diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-30 14:38:00 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-30 14:38:00 +0000 |
commit | a27096b4740775ae141fd0abaf456d706065c5ee (patch) | |
tree | 36d54deaf07f3e7854ad70996299a7281fad4440 /tests | |
parent | 1cf58d03a87e1ff17cd47e9de3da4c678456618d (diff) |
Sanitizing source files in Skia_Nightly_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@5346 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Writer32Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Writer32Test.cpp b/tests/Writer32Test.cpp index fdc074547d..21c11c16c6 100644 --- a/tests/Writer32Test.cpp +++ b/tests/Writer32Test.cpp @@ -24,7 +24,7 @@ static void check_contents(skiatest::Reporter* reporter, const SkWriter32& write static void test_rewind(skiatest::Reporter* reporter) { SkSWriter32<32> writer(32); int32_t array[3] = { 1, 2, 4 }; - + REPORTER_ASSERT(reporter, 0 == writer.bytesWritten()); for (size_t i = 0; i < SK_ARRAY_COUNT(array); ++i) { writer.writeInt(array[i]); |