From ad28ed315472095b2deb7a3d0f19937f0d38d850 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 29 Apr 2024 22:58:25 +0800 Subject: [PATCH] cl: _testcgo/any --- cl/compile_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl/compile_test.go b/cl/compile_test.go index 7c948433..62f7bedb 100644 --- a/cl/compile_test.go +++ b/cl/compile_test.go @@ -29,7 +29,7 @@ func testCompile(t *testing.T, src, expected string) { } func TestFromTestcgo(t *testing.T) { - cltest.FromDir(t, "any", "./_testcgo", true) + cltest.FromDir(t, "", "./_testcgo", true) } func TestFromTestdata(t *testing.T) {