aboutsummaryrefslogtreecommitdiff
path: root/tests/test_as_parser.c
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-03-25 17:31:08 +0800
committerMistivia <i@mistivia.com>2025-03-25 17:31:08 +0800
commit39e2a605f6d8ebcc3cb454daae3d0a4298df2eb6 (patch)
tree9d0933cdcb0d4bb2d80316f106611a4aa9024dd4 /tests/test_as_parser.c
parentd1195499338ba4b6536f8a6a56564622eb07469f (diff)
add codegen
Diffstat (limited to 'tests/test_as_parser.c')
-rw-r--r--tests/test_as_parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_as_parser.c b/tests/test_as_parser.c
index 096031f..62a4b8d 100644
--- a/tests/test_as_parser.c
+++ b/tests/test_as_parser.c
@@ -41,6 +41,7 @@ int main(int argc, char** argv) {
assert(stmts[4]->instr->op == OP_EQ);
printf("[PASS] assembler parser\n");
+ fclose(fp);
delete_allocator(alct);
return 0;
}