Skip to content

Commit a117935

Browse files
committed
restore the order of test
1 parent c0ed005 commit a117935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libvtrutil/test/test_strong_id.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ TEST_CASE("StrongIdIterator", "[StrongId/StrongIdIterator]") {
8282
REQUIRE(c_iter[-4] == b);
8383
REQUIRE(c_iter[-5] == a);
8484

85-
REQUIRE(c_iter == (a_iter + 5));
85+
REQUIRE((a_iter + 5) == c_iter);
8686
REQUIRE(a_iter == (c_iter - 5));
8787
a_iter += 5;
8888
REQUIRE(a_iter == c_iter);

0 commit comments

Comments
 (0)