summaryrefslogtreecommitdiffstats
path: root/content/test/gpu/gpu_test_config_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/gpu/gpu_test_config_unittest.cc')
-rw-r--r--content/test/gpu/gpu_test_config_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/gpu/gpu_test_config_unittest.cc b/content/test/gpu/gpu_test_config_unittest.cc
index a87d215..f58139f 100644
--- a/content/test/gpu/gpu_test_config_unittest.cc
+++ b/content/test/gpu/gpu_test_config_unittest.cc
@@ -148,7 +148,7 @@ TEST_F(GPUTestConfigTest, StringMatches) {
config.set_gpu_device_id(0x0640);
EXPECT_TRUE(config.IsValid());
- EXPECT_TRUE(config.Matches(std::string()));
+ EXPECT_TRUE(config.Matches(""));
// os matching
EXPECT_TRUE(config.Matches("WIN"));