cl: instr llgo.index/advance

This commit is contained in:
xushiwei
2024-05-07 16:05:18 +08:00
parent 942b1f5159
commit 5a5d86ccc3
7 changed files with 84 additions and 6 deletions

View File

@@ -28,11 +28,9 @@ func testCompile(t *testing.T, src, expected string) {
cltest.TestCompileEx(t, src, "foo.go", expected)
}
/*
func TestFromTestlibc(t *testing.T) {
cltest.FromDir(t, "argv", "./_testlibc", false)
cltest.FromDir(t, "", "./_testlibc", false)
}
*/
func TestFromTestrt(t *testing.T) {
cltest.FromDir(t, "", "./_testrt", true)