Index: Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py b/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py |
index b0954638db776ab68c9e0777181dcaa9f0298bd4..198672b35f1fa496ccf19a50eced46eba9b7626f 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py |
@@ -242,7 +242,7 @@ class ChromiumAndroidPort(chromium.ChromiumPort): |
def _port_specific_expectations_files(self): |
# LayoutTests/platform/chromium-android/TestExpectations should contain only the rules to |
# skip tests for the features not supported or not testable on Android. |
- # Other rules should be in LayoutTests/platform/chromium/TestExpectations. |
+ # Other rules should be in LayoutTests/TestExpectations. |
android_expectations_file = self.path_from_webkit_base('LayoutTests', 'platform', 'chromium-android', 'TestExpectations') |
return super(ChromiumAndroidPort, self)._port_specific_expectations_files() + [android_expectations_file] |