mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 01:44:36 +00:00
Change from test_* prefix to @(test) attribute for odin test
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user