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
+1
View File
@@ -104,6 +104,7 @@ struct AttributeContext {
bool require_declaration;
bool has_disabled_proc;
bool disabled_proc;
bool test;
String link_name;
String link_prefix;
isize init_expr_list_count;