From c3e050f322a0d29559f2872b0aee3c963e739cc1 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Thu, 10 May 2012 15:56:17 +0000 Subject: [PATCH] Re-enabling ClipCache unit test which now runs on Xoom w/ new tool chain git-svn-id: http://skia.googlecode.com/svn/trunk@3898 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/ClipCacheTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ClipCacheTest.cpp b/tests/ClipCacheTest.cpp index 3995ed2b9..dbcb4e299 100644 --- a/tests/ClipCacheTest.cpp +++ b/tests/ClipCacheTest.cpp @@ -144,7 +144,7 @@ static void test_cache(skiatest::Reporter* reporter, GrContext* context) { //////////////////////////////////////////////////////////////////////////////// static void TestClipCache(skiatest::Reporter* reporter, GrContext* context) { -// test_cache(reporter, context); + test_cache(reporter, context); } ////////////////////////////////////////////////////////////////////////////////