summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/ui')
-rw-r--r--chrome/test/ui/ppapi_uitest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 7260b83..7e650b47 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -87,8 +87,8 @@ class PPAPITest : public UITest {
}
};
-TEST_F(PPAPITest, DeviceContext2D) {
- RunTest("DeviceContext2D");
+TEST_F(PPAPITest, Graphics2D) {
+ RunTest("Graphics2D");
}
// TODO(brettw) bug 51344: this is flaky on bots. Seems to timeout navigating.