| Index: tests/TestConfigParsing.cpp
|
| diff --git a/tests/TestConfigParsing.cpp b/tests/TestConfigParsing.cpp
|
| index 4057a37bb091c242f992c5c992c773362f263d4a..25edec480ebe95faf482fd298f9efb8df19bddea 100644
|
| --- a/tests/TestConfigParsing.cpp
|
| +++ b/tests/TestConfigParsing.cpp
|
| @@ -70,7 +70,7 @@ DEF_TEST(ParseConfigs_DefaultConfigs, reporter) {
|
| SkCommandLineFlags::StringArray config1 = make_string_array({
|
| "565", "8888", "debug", "gpu", "gpudebug", "gpudft", "gpunull", "msaa16", "msaa4",
|
| "nonrendering", "null", "nullgpu", "nvpr16", "nvpr4", "nvprdit16", "nvprdit4", "pdf",
|
| - "pdf_poppler", "skp", "svg", "xps", "angle", "angle-gl", "commandbuffer", "mesa", "hwui",
|
| + "skp", "svg", "xps", "angle", "angle-gl", "commandbuffer", "mesa", "hwui",
|
| "gpuf16", "gpusrgb"
|
| });
|
|
|
|
|