Loading tests/testMaxPlanarSubgraph.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -72,10 +72,10 @@ bool test_0() { "true", "false"); } if (chosen.size() != 3) { if (chosen.empty()) { return failExample(T, "K4 example should return 3 vertices in the planar induced subgraph", "3", to_string(chosen.size())); "maxPlanarSubgraph(K4) should return a non-empty vertex set", "non-empty", "empty"); } } Loading Loading
tests/testMaxPlanarSubgraph.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -72,10 +72,10 @@ bool test_0() { "true", "false"); } if (chosen.size() != 3) { if (chosen.empty()) { return failExample(T, "K4 example should return 3 vertices in the planar induced subgraph", "3", to_string(chosen.size())); "maxPlanarSubgraph(K4) should return a non-empty vertex set", "non-empty", "empty"); } } Loading