From 68a63bb280f9bc823a94fdc9617e32dd6ccdf925 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 16 Jun 2024 23:11:28 +0800 Subject: [PATCH] TestIgnoreName --- cl/builtin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } }