| Index: tests/PathOpsBuilderConicTest.cpp
|
| diff --git a/tests/PathOpsBuilderConicTest.cpp b/tests/PathOpsBuilderConicTest.cpp
|
| index 6bb5c70d364844f1e00ebca521ad8c9c554ac65e..65adcf04ff18ade086ca0da218cbced6b6d93b81 100644
|
| --- a/tests/PathOpsBuilderConicTest.cpp
|
| +++ b/tests/PathOpsBuilderConicTest.cpp
|
| @@ -111,7 +111,7 @@ DEF_TEST(SixtyOvals, reporter) {
|
| }
|
| }
|
| setupOne(reporter, col, row, rot, trial);
|
| - skipTest:
|
| + skipTest:
|
| ;
|
| }
|
| }
|
| @@ -403,7 +403,7 @@ path.close();
|
| path.moveTo(306.588f, -227.984f);
|
| path.conicTo(212.465f, -262.242f, 95.5512f, 58.9764f, 0.707107f);
|
| path.lineTo(306.588f, -227.984f);
|
| -path.close();
|
| +path.close();
|
| testSimplify(reporter, path, __FUNCTION__);
|
| }
|
|
|
|
|