diff --git a/cl/builtin_test.go b/cl/builtin_test.go index 9d3ee83d..bf5e12df 100644 --- a/cl/builtin_test.go +++ b/cl/builtin_test.go @@ -209,7 +209,7 @@ func TestIntVal(t *testing.T) { } func TestIgnoreName(t *testing.T) { - if !ignoreName("runtime.foo") || !ignoreName("runtime/foo") || !ignoreName("internal/abi") { + if !ignoreName("runtime/foo") || !ignoreName("internal/abi") { t.Fatal("ignoreName failed") } }