aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsOpTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PathOpsOpTest.cpp')
-rw-r--r--tests/PathOpsOpTest.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/PathOpsOpTest.cpp b/tests/PathOpsOpTest.cpp
index 9bb3a0fbb6..92ef105ce8 100644
--- a/tests/PathOpsOpTest.cpp
+++ b/tests/PathOpsOpTest.cpp
@@ -7990,12 +7990,10 @@ DEF_TEST(PathOpsFailOp, reporter) {
}
static struct TestDesc repTests[] = {
- TEST(loops44i),
- TEST(loops45i),
- TEST(loops46i),
+ TEST(fuzz763_5a),
};
DEF_TEST(PathOpsRepOp, reporter) {
- for (int index = 0; index < 2; ++index)
+ for (int index = 0; index < 1; ++index)
RunTestSet(reporter, repTests, SK_ARRAY_COUNT(repTests), nullptr, nullptr, nullptr, false);
}