TestIgnoreName

This commit is contained in:
xushiwei
2024-06-16 23:11:28 +08:00
parent df2f13c9b6
commit 68a63bb280

View File

@@ -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")
}
}