Skip to content

Commit 7efedd6

Browse files
committed
Process overlooked review comment
1 parent 6a953e6 commit 7efedd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/include.c

+2
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,8 @@ diagnostic_pop()
712712
options.default_class = 1;
713713

714714
int32_t code = zone_parse_string(&parser, &options, &buffers, str, (size_t)len, &list);
715+
remove(paths[0]);
716+
remove(paths[1]);
715717
assert_int_equal(code, ZONE_SUCCESS);
716718
assert_int_equal(list.index, 2);
717719

0 commit comments

Comments
 (0)