| Index: tests/CanvasTest.cpp
|
| diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp
|
| index 7a4a8ffe5af2358e7107768d9eb5c6a46fa5b75b..970a37074f4124ebdda500fee94a20986bd33343 100644
|
| --- a/tests/CanvasTest.cpp
|
| +++ b/tests/CanvasTest.cpp
|
| @@ -348,9 +348,6 @@ SIMPLE_TEST_STEP(ClipRect, clipRect(d.fRect));
|
| SIMPLE_TEST_STEP(ClipPath, clipPath(d.fPath));
|
| SIMPLE_TEST_STEP(ClipRegion, clipRegion(d.fRegion, SkRegion::kReplace_Op));
|
| SIMPLE_TEST_STEP(Clear, clear(d.fColor));
|
| -SIMPLE_TEST_STEP(BeginGroup, beginCommentGroup(d.fText.c_str()));
|
| -SIMPLE_TEST_STEP(AddComment, addComment(d.fText.c_str(), d.fText.c_str()));
|
| -SIMPLE_TEST_STEP(EndGroup, endCommentGroup());
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // Complex test steps
|
|
|