Minor stuff.
This commit is contained in:
@@ -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"
|
||||
}
|
@@ -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