From 1eb0bc1408735401a2ba6fdfbc2dd27726be5137 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 4 Jul 2024 14:43:57 +0100 Subject: Remove `*_test.odin`; always compile it for all targets --- src/parser.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parser.hpp') 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, -- cgit v1.2.3