Index: tests/TestConfigParsing.cpp |
diff --git a/tests/TestConfigParsing.cpp b/tests/TestConfigParsing.cpp |
index 4464cce95511d173df191a67a1d99da0423aa563..18ca6666657af42e125259e8e97f0f06d916b1f5 100644 |
--- a/tests/TestConfigParsing.cpp |
+++ b/tests/TestConfigParsing.cpp |
@@ -69,7 +69,7 @@ DEF_TEST(ParseConfigs_DefaultConfigs, reporter) { |
"565", "8888", "debug", "gpu", "gpudebug", "gpudft", "gpunull", "msaa16", "msaa4", |
"nonrendering", "null", "nullgpu", "nvprmsaa16", "nvprmsaa4", "pdf", "pdf_poppler", |
"skp", "svg", "xps", "angle", "angle-gl", "commandbuffer", "mesa", "hwui", |
- "gpuf16", "gpusrgb", "anglesrgb" |
+ "gpuf16", "gpusrgb" |
}); |
SkCommandLineConfigArray configs; |
@@ -116,11 +116,8 @@ DEF_TEST(ParseConfigs_DefaultConfigs, reporter) { |
#if SK_ANGLE |
#ifdef SK_BUILD_FOR_WIN |
REPORTER_ASSERT(reporter, configs[19]->asConfigGpu()); |
- REPORTER_ASSERT(reporter, configs[26]->asConfigGpu()->getProfileType() |
- == kSRGB_SkColorProfileType); |
#else |
REPORTER_ASSERT(reporter, !configs[19]->asConfigGpu()); |
- REPORTER_ASSERT(reporter, !configs[26]->asConfigGpu()); |
#endif |
REPORTER_ASSERT(reporter, configs[20]->asConfigGpu()); |
#else |