| Index: tests/GrDrawTargetTest.cpp
|
| diff --git a/tests/GrDrawTargetTest.cpp b/tests/GrDrawTargetTest.cpp
|
| index 4f927091dec2d40358237eae2b659b90aada918a..fdcd52408d18f17208e7d1273af77c0f43d3cbce 100644
|
| --- a/tests/GrDrawTargetTest.cpp
|
| +++ b/tests/GrDrawTargetTest.cpp
|
| @@ -12,7 +12,7 @@
|
| #include "GrContext.h"
|
| #include "GrGpu.h"
|
|
|
| -DEF_GPUTEST_FOR_ALL_CONTEXTS(GrDrawTargetPrint, reporter, ctxInfo) {
|
| +DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(GrDrawTargetPrint, reporter, ctxInfo) {
|
| // This used to assert.
|
| SkString result = ctxInfo.fGrContext->caps()->dump();
|
| SkASSERT(!result.isEmpty());
|
|
|