From f5142aaec41edbb85f9306216c6b199fa5adb7bb Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 14 Mar 2021 18:43:21 +0000 Subject: Change from `test_*` prefix to `@(test)` attribute for `odin test` --- src/parser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser.cpp') diff --git a/src/parser.cpp b/src/parser.cpp index 1b3a37c3b..46eb9145c 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -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) { -- cgit v1.2.3