ww: keep generated test support file-scoped
This commit is contained in:
@@ -134,7 +134,6 @@ fn nooprow(label: str, src: str) void = {
|
||||
" return 0;\n",
|
||||
"};\n"));
|
||||
nooprow("free_alloc_roundtrip", strings.concat(
|
||||
"import rt;\n",
|
||||
"export fn main() i32 = {\n",
|
||||
" let p: *i64 = alloc(11i64)!;\n",
|
||||
" free(p);\n",
|
||||
|
||||
Reference in New Issue
Block a user