diff --git a/tests/unit/src/unit/TestInt64.hx b/tests/unit/src/unit/TestInt64.hx index a49e1be434b..97c320927c9 100644 --- a/tests/unit/src/unit/TestInt64.hx +++ b/tests/unit/src/unit/TestInt64.hx @@ -489,7 +489,7 @@ class TestInt64 extends Test { } function int64eq(v:Int64, v2:Int64, ?pos) { - t(v == v2); + t(v == v2, pos); } public function testParseString() {