cl: _testcgo/sum

This commit is contained in:
xushiwei
2024-04-30 11:19:42 +08:00
parent e757c66354
commit 839ad8ba2b
3 changed files with 78 additions and 4 deletions

View File

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