We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ed005 commit a117935Copy full SHA for a117935
libs/libvtrutil/test/test_strong_id.cpp
@@ -82,7 +82,7 @@ TEST_CASE("StrongIdIterator", "[StrongId/StrongIdIterator]") {
82
REQUIRE(c_iter[-4] == b);
83
REQUIRE(c_iter[-5] == a);
84
85
- REQUIRE(c_iter == (a_iter + 5));
+ REQUIRE((a_iter + 5) == c_iter);
86
REQUIRE(a_iter == (c_iter - 5));
87
a_iter += 5;
88
REQUIRE(a_iter == c_iter);
0 commit comments