cl: _testcgo/strlen - todo

This commit is contained in:
xushiwei
2024-04-26 02:05:49 +08:00
parent 28dd34a136
commit 43ae7a23b2
8 changed files with 95 additions and 18 deletions

View File

@@ -28,7 +28,7 @@ func testCompile(t *testing.T, src, expected string) {
}
func TestFromTestdata(t *testing.T) {
cltest.FromDir(t, "", "./_testdata")
cltest.FromDir(t, "apkg", "./_testdata", false)
}
func TestVar(t *testing.T) {