aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-07-04 14:43:57 +0100
committergingerBill <bill@gingerbill.org>2024-07-04 14:43:57 +0100
commit1eb0bc1408735401a2ba6fdfbc2dd27726be5137 (patch)
treef0b9ee2d55c368219dd862c2095b717547ffb499 /src/parser.hpp
parente9a54666e29553788275212545d8111fdac292a0 (diff)
Remove `*_test.odin`; always compile it for all targets
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 02f2af28d..521fd7a37 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -74,7 +74,6 @@ enum AstFileFlag : u32 {
AstFile_IsPrivatePkg = 1<<0,
AstFile_IsPrivateFile = 1<<1,
- AstFile_IsTest = 1<<3,
AstFile_IsLazy = 1<<4,
AstFile_NoInstrumentation = 1<<5,