aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/CubicKLMBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/CubicKLMBench.cpp')
-rw-r--r--bench/CubicKLMBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/CubicKLMBench.cpp b/bench/CubicKLMBench.cpp
index cbf3d13ea4..191e1804aa 100644
--- a/bench/CubicKLMBench.cpp
+++ b/bench/CubicKLMBench.cpp
@@ -30,7 +30,7 @@ public:
fName.append("loop");
break;
default:
- SkFAIL("Unexpected cubic type");
+ SK_ABORT("Unexpected cubic type");
break;
}
}