Fix tests for 4.3 and make use of getConfiguration.
This commit is contained in:
@@ -6,8 +6,6 @@ import haxe.macro.Expr;
|
||||
using tink.MacroApi;
|
||||
|
||||
class Positions extends Base {
|
||||
function stringCompare<A>(v1:A, v2:A)
|
||||
assertEquals(Std.string(v1), Std.string(v2));
|
||||
|
||||
function testSanitize() {
|
||||
var p:Position = null;
|
||||
@@ -19,6 +17,6 @@ class Positions extends Base {
|
||||
function testBlank() {
|
||||
var p:Position = null;
|
||||
var t = p.makeBlankType();
|
||||
stringCompare('TMono(<mono>)', cast t.toType().sure());
|
||||
stringCompare('TMono(<mono>)', cast t.toType().sure().reduce());
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user