Enable temporarily disabled GpuDrawPathTest
authorkkinnunen <kkinnunen@nvidia.com>
Tue, 17 Nov 2015 06:12:39 +0000 (22:12 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 17 Nov 2015 06:12:39 +0000 (22:12 -0800)
Enable temporarily disabled GpuDrawPathTest.

BUG=skia:

Review URL: https://codereview.chromium.org/1447973002

tests/GpuDrawPathTest.cpp

index f23f5ef8dcee4d5864f9dc1646eccd7340fb1633..4c61c4ac2071ba6f5c891f41215f89bd7b813f90 100644 (file)
@@ -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);