aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathTest.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-12 03:02:04 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-12 03:02:04 +0000
commit877c44956dceff038c0e315c8d311b0d581f2680 (patch)
tree427ee894057f691058cf47afb64bfb8967788f12 /tests/PathTest.cpp
parent6fe16a3db00c14c813d74ce7a82dc7ad7b333e8c (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13418 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/PathTest.cpp')
-rw-r--r--tests/PathTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 3539d0b8db..e1fbff28b6 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -3120,7 +3120,7 @@ static void test_addEmptyPath(skiatest::Reporter* reporter, SkPath::AddPathMode
q.reset();
q.addPath(r, mode);
REPORTER_ASSERT(reporter, q.isEmpty());
-}
+}
static void test_conicTo_special_case(skiatest::Reporter* reporter) {
SkPath p;