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

This commit is contained in:
gingerBill
2021-03-14 18:43:21 +00:00
parent db0ac2ba98
commit f5142aaec4
6 changed files with 22 additions and 18 deletions

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) {