Actually fix GPU-less build.



git-svn-id: http://skia.googlecode.com/svn/trunk@6555 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/ClipStackTest.cpp b/tests/ClipStackTest.cpp
index ac423ed..272ba1c 100644
--- a/tests/ClipStackTest.cpp
+++ b/tests/ClipStackTest.cpp
@@ -881,7 +881,9 @@
     test_isWideOpen(reporter);
     test_rect_merging(reporter);
     test_iter_rect_merging(reporter);
+#if SK_SUPPORT_GPU
     test_reduced_clip_stack(reporter);
+#endif
 }
 
 #include "TestClassDef.h"