cl/cltest: TestCompileEx check debug flag

This commit is contained in:
visualfc
2024-10-30 10:18:58 +08:00
parent 2b5fdd3548
commit df7e8b2e64
2 changed files with 8 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ import (
func testCompile(t *testing.T, src, expected string) {
t.Helper()
cltest.TestCompileEx(t, src, "foo.go", expected)
cltest.TestCompileEx(t, src, "foo.go", expected, false)
}
func TestFromTestgo(t *testing.T) {