Remove *_test.odin; always compile it for all targets

This commit is contained in:
gingerBill
2024-07-04 14:43:57 +01:00
parent e9a54666e2
commit 1eb0bc1408
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -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,