Change from test_* prefix to @(test) attribute for odin test

This commit is contained in:
gingerBill committed 2021-03-14 18:43:21 +00:00
1 parent db0ac2ba98
commit f5142aaec4
6 files changed
+22 -18

No files matched your search

+1
View File
@@ -3932,6 +3932,7 @@ Ast *parse_for_stmt(AstFile *f) {
}
if (allow_token(f, Token_do)) {
body = convert_stmt_to_body(f, parse_stmt(f));
if (build_context.disallow_do) {