ignore setjmp/out.ll (os deps)

This commit is contained in:
xushiwei
2024-06-08 14:59:26 +08:00
parent 93be634673
commit 02e0651eab
2 changed files with 2 additions and 74 deletions

View File

@@ -152,7 +152,7 @@ func TestCompileEx(t *testing.T, src any, fname, expected string) {
ret.PyInit()
}
if v := ret.String(); v != expected {
if v := ret.String(); v != expected && expected != ";" { // expected == ";" means skipping out.ll
t.Fatalf("\n==> got:\n%s\n==> expected:\n%s\n", v, expected)
}
}