diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-02-28 03:02:05 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-02-28 03:02:05 +0000 |
commit | 0e530754d36d942f6408c65cc93ba0a8ccd93610 (patch) | |
tree | a590ed0b0c598addc25166a6875245a76b0ceb32 /tests | |
parent | 9d0ecf48c411d45e86378c1c30feffcb513e5df7 (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13619 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CanvasTest.cpp | 2 | ||||
-rw-r--r-- | tests/GrOrderedSetTest.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp index 18c683dbc1..c9a7db18e9 100644 --- a/tests/CanvasTest.cpp +++ b/tests/CanvasTest.cpp @@ -918,7 +918,7 @@ static void test_newraster(skiatest::Reporter* reporter) { info.fWidth = 1 << 30; info.fHeight = 1 << 30; REPORTER_ASSERT(reporter, NULL == SkCanvas::NewRaster(info)); - + // not a valid pixel type info.fWidth = info.fHeight = 10; info.fColorType = kUnknown_SkColorType; diff --git a/tests/GrOrderedSetTest.cpp b/tests/GrOrderedSetTest.cpp index cb0fe85afd..e449fa2937 100644 --- a/tests/GrOrderedSetTest.cpp +++ b/tests/GrOrderedSetTest.cpp @@ -147,4 +147,3 @@ DEF_TEST(GrOrderedSetTest, reporter) { } #endif - |