Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines_unittest.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines_unittest.py |
index 715e6a68b2a69f5cfcc020416a45ef9b5a22defb..f8a3538a7f2907c6b5ce3c7452f534860f3fe67d 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines_unittest.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines_unittest.py |
@@ -75,8 +75,8 @@ class TestOptimizeBaselines(BaseTestCase): |
self.assertEquals( |
out, |
'{"add": [], "remove-lines": [], ' |
- '"delete": ["/test.checkout/LayoutTests/platform/test-mac-mac10.10/another/test-expected.txt", ' |
- '"/test.checkout/LayoutTests/platform/test-mac-mac10.10/another/test-expected.png"]}\n') |
+ '"delete": ["/test.checkout/LayoutTests/platform/test-mac-mac10.10/another/test-expected.png", ' |
+ '"/test.checkout/LayoutTests/platform/test-mac-mac10.10/another/test-expected.txt"]}\n') |
self.assertFalse( |
self.tool.filesystem.exists(self.tool.filesystem.join( |
test_port.layout_tests_dir(), 'platform/mac/another/test-expected.txt'))) |