disable tests normally
This commit is contained in:
parent
a213e70ed4
commit
6b637b93a5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ rawptr :: #type *void;
|
|||
basic :: #import "Basic";
|
||||
compiler :: #import "Compiler";
|
||||
|
||||
RUN_TESTS :: true;
|
||||
RUN_TESTS :: false;
|
||||
|
||||
|
||||
#scope_file;
|
||||
|
|
|
|||
Loading…
Reference in a new issue