mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-01 17:51:48 -07:00
Remove *_test.odin; always compile it for all targets
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user