Minor stuff.

This commit is contained in:
back2dos
2013-07-10 21:04:57 +02:00
parent 98f5903451
commit 45a5e15d49
2 changed files with 2 additions and 5 deletions

View File

@@ -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!!!
}