Index: tests/PathOpsThreeWayTest.cpp |
diff --git a/tests/PathOpsThreeWayTest.cpp b/tests/PathOpsThreeWayTest.cpp |
index bf634f9f7e72f404291f841ff4fcd93fe4dcc251..6a93bfbc5945b15ea1b5ed32c59996e17eca115f 100644 |
--- a/tests/PathOpsThreeWayTest.cpp |
+++ b/tests/PathOpsThreeWayTest.cpp |
@@ -75,6 +75,6 @@ DEF_TEST(PathOpsThreeWay, reporter) { |
} |
DEF_TEST(PathOpsThreeWayOneOff, reporter) { |
- int index = 1; |
+ int index = 0; |
testSetTest(reporter, index); |
} |