From 53e73fc622141eeef966c8556b296c15b51f82f3 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 28 Apr 2024 22:24:03 +0800 Subject: [PATCH] x --- 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 28145ce8..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, "struct", "./_testcgo", true) + cltest.FromDir(t, "", "./_testcgo", true) } func TestFromTestdata(t *testing.T) {