diff options
| author | gingerBill <bill@gingerbill.org> | 2021-03-14 18:43:21 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-03-14 18:43:21 +0000 |
| commit | f5142aaec41edbb85f9306216c6b199fa5adb7bb (patch) | |
| tree | bf1eb80ce88441d9bde998c9d4b879f7a7d0965c /src/checker.hpp | |
| parent | db0ac2ba984a4b395a6dfba8fcb7ab128ad96f19 (diff) | |
Change from `test_*` prefix to `@(test)` attribute for `odin test`
Diffstat (limited to 'src/checker.hpp')
| -rw-r--r-- | src/checker.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker.hpp b/src/checker.hpp index 168c00d33..abdb601a9 100644 --- a/src/checker.hpp +++ b/src/checker.hpp @@ -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; |