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

@@ -8,7 +8,7 @@
"releasenote": "Overall refactoring.",
"contributors": ["back2dos"],
"dependencies": {
"tink_core": "1.1.0-alpha.2"
"tink_core": "1.0.0-alpha.2"
},
"classPath": "src"
}

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