Index: Tools/Scripts/webkitpy/style/checker_unittest.py |
diff --git a/Tools/Scripts/webkitpy/style/checker_unittest.py b/Tools/Scripts/webkitpy/style/checker_unittest.py |
index 1f9fad2057f5df5a077c193d2aae1cd6c247f8f4..a5beba9574b5c707d71baa49f7a64322ebedab97 100644 |
--- a/Tools/Scripts/webkitpy/style/checker_unittest.py |
+++ b/Tools/Scripts/webkitpy/style/checker_unittest.py |
@@ -356,6 +356,7 @@ class CheckerDispatcherSkipTest(unittest.TestCase): |
def test_should_skip_without_warning__false(self): |
"""Test should_skip_without_warning() for False return values.""" |
paths = ['foo.txt', |
+ os.path.join('LayoutTests', 'TestExpectations'), |
] |
for path in paths: |