Index: tests/TestConfigParsing.cpp |
diff --git a/tests/TestConfigParsing.cpp b/tests/TestConfigParsing.cpp |
index f1f353edb2f60f23e7e5688e16cd9919a19b18c9..777d1fba664618dd7a1c4ea3c36725bcc99e0ee4 100644 |
--- a/tests/TestConfigParsing.cpp |
+++ b/tests/TestConfigParsing.cpp |
@@ -169,7 +169,7 @@ DEF_TEST(ParseConfigs_ExtendedGpuConfigsCorrect, reporter) { |
#endif |
#if SK_COMMAND_BUFFER |
REPORTER_ASSERT(reporter, configs[4]->asConfigGpu()->getContextType() == |
- GrContextFactory::kCommandBufferES2_GLContextType); |
+ GrContextFactory::kCommandBuffer_GLContextType); |
#else |
REPORTER_ASSERT(reporter, !configs[4]->asConfigGpu()); |