mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-14 23:21:25 -07:00
Change from test_* prefix to @(test) attribute for odin test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user