| Index: tests/GpuDrawPathTest.cpp
|
| diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp
|
| index f23f5ef8dcee4d5864f9dc1646eccd7340fb1633..4c61c4ac2071ba6f5c891f41215f89bd7b813f90 100644
|
| --- a/tests/GpuDrawPathTest.cpp
|
| +++ b/tests/GpuDrawPathTest.cpp
|
| @@ -44,8 +44,6 @@ static void test_drawPathEmpty(skiatest::Reporter*, SkCanvas* canvas) {
|
|
|
|
|
| DEF_GPUTEST(GpuDrawPath, reporter, factory) {
|
| - return;
|
| -
|
| for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
|
| GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);
|
|
|
|
|