diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/RecordOptsTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/RecordOptsTest.cpp b/tests/RecordOptsTest.cpp index f0b4b837fa..09e774e5af 100644 --- a/tests/RecordOptsTest.cpp +++ b/tests/RecordOptsTest.cpp @@ -274,7 +274,9 @@ DEF_TEST(RecordOpts_MergeSvgOpacityAndFilterLayers, r) { recorder.restore(); assert_merge_svg_opacity_and_filter_layers(r, &record, index, outerNoOped); + #ifndef SK_BUILD_FOR_ANDROID_FRAMEWORK assert_savelayer_restore(r, &record, index + 3, innerNoOped); + #endif index += 7; } } |