diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-10 15:56:17 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-10 15:56:17 +0000 |
commit | c3e050f322a0d29559f2872b0aee3c963e739cc1 (patch) | |
tree | d74265591c055b3fda2bb5f92274ec342e575e4b | |
parent | ef85e3c52c551a66e537cc8bdcbad77bdc87ef19 (diff) |
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
-rw-r--r-- | tests/ClipCacheTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClipCacheTest.cpp b/tests/ClipCacheTest.cpp index 3995ed2b95..dbcb4e2994 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); } //////////////////////////////////////////////////////////////////////////////// |