This commit is contained in:
xushiwei
2024-04-28 22:24:03 +08:00
parent ba94d6f04e
commit 53e73fc622

View File

@@ -29,7 +29,7 @@ func testCompile(t *testing.T, src, expected string) {
} }
func TestFromTestcgo(t *testing.T) { func TestFromTestcgo(t *testing.T) {
cltest.FromDir(t, "struct", "./_testcgo", true) cltest.FromDir(t, "", "./_testcgo", true)
} }
func TestFromTestdata(t *testing.T) { func TestFromTestdata(t *testing.T) {