| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
|
| index e0191687a2f56439a68a586090189e5ee0e4eebd..c2c0434b99aa651a88d8aec8566bbf7bfc0dc4dd 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/main_unittest.py
|
| @@ -60,7 +60,7 @@ class ChangeDirectoryTest(unittest.TestCase):
|
| paths = ["/WebKit/foo1.txt", "/outside/foo2.txt"]
|
| paths = self._change_directory(checkout_root=self._checkout_root, paths=paths)
|
| log_messages = [
|
| -"""WARNING: Path-dependent style checks may not work correctly:
|
| + """WARNING: Path-dependent style checks may not work correctly:
|
|
|
| One of the given paths is outside the WebKit checkout of the current
|
| working directory:
|
|
|