Skip to content

Commit

Permalink
[tests] make TestInt64 int64eq display correct pos
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Aug 8, 2024
1 parent fadd4a4 commit e9ee1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/src/unit/TestInt64.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit e9ee1ab

Please sign in to comment.