Fixed unit tests
parent
91e326d517
commit
bc2f92a9f0
|
@ -760,6 +760,8 @@ unittest
|
|||
import std.stdio;
|
||||
import compiler.lexer;
|
||||
|
||||
isUnitTest = true;
|
||||
|
||||
string sourceFile = "source/tlang/testing/basic1.t";
|
||||
|
||||
File sourceFileFile;
|
||||
|
@ -793,6 +795,8 @@ unittest
|
|||
import std.stdio;
|
||||
import compiler.lexer;
|
||||
|
||||
isUnitTest = true;
|
||||
|
||||
string sourceFile = "source/tlang/testing/basic2.t";
|
||||
|
||||
File sourceFileFile;
|
||||
|
|
Loading…
Reference in New Issue