cl: _testcgo/any

This commit is contained in:
xushiwei
2024-04-29 22:58:25 +08:00
parent f64abf37ab
commit ad28ed3154

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, "any", "./_testcgo", true) cltest.FromDir(t, "", "./_testcgo", true)
} }
func TestFromTestdata(t *testing.T) { func TestFromTestdata(t *testing.T) {