aboutsummaryrefslogtreecommitdiff
path: root/tests/ClipStackTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ClipStackTest.cpp')
-rw-r--r--tests/ClipStackTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClipStackTest.cpp b/tests/ClipStackTest.cpp
index 2707e4047e..8eb1102de8 100644
--- a/tests/ClipStackTest.cpp
+++ b/tests/ClipStackTest.cpp
@@ -903,7 +903,7 @@ static void TestClipStack(skiatest::Reporter* reporter) {
test_rect_merging(reporter);
test_iter_rect_merging(reporter);
#if SK_SUPPORT_GPU
- //test_reduced_clip_stack(reporter);
+ test_reduced_clip_stack(reporter);
#endif
}