From c9f3b38f67893b22c3e02a6a934bc676e36c5cfc Mon Sep 17 00:00:00 2001 From: "rmistry@google.com" Date: Mon, 22 Apr 2013 12:45:30 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns) git-svn-id: http://skia.googlecode.com/svn/trunk@8795 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/DataRefTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/DataRefTest.cpp') diff --git a/tests/DataRefTest.cpp b/tests/DataRefTest.cpp index 63a620fd7e..0cbce3fcd1 100644 --- a/tests/DataRefTest.cpp +++ b/tests/DataRefTest.cpp @@ -154,7 +154,7 @@ static void test_globaltable(skiatest::Reporter* reporter) { SkAutoTUnref table(SkDataTable::NewArrayProc(gData, sizeof(gData[0]), count, NULL, NULL)); - + REPORTER_ASSERT(reporter, table->count() == count); for (int i = 0; i < count; ++i) { size_t size; -- cgit v1.2.3