Minor stuff.
This commit is contained in:
@@ -5,14 +5,11 @@ package ;
|
||||
import haxe.unit.TestRunner;
|
||||
import neko.Lib;
|
||||
#else
|
||||
import haxe.macro.*;
|
||||
using tink.macro.Tools;
|
||||
#end
|
||||
class Run {
|
||||
#if !macro
|
||||
static var tests:Array<TestCase> = [
|
||||
|
||||
];
|
||||
static var tests:Array<TestCase> = [];
|
||||
static function main() {
|
||||
test();//it compiles!!!
|
||||
}
|
||||
|
Reference in New Issue
Block a user