| Index: Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py b/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| index 0dfe643b50632461d80e6df0e2cd66c0c609ea1f..abd0860d301a27aaf510f832b5e2bdf08c7da80c 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py
|
| @@ -86,7 +86,10 @@ class MacPortTest(port_testcase.PortTestCase):
|
|
|
| # Test that we prefer the legacy dir over the new dir.
|
| options = MockOptions(configuration='Release', build_directory=None)
|
| - self.assert_build_path(options, ['/mock-checkout/xcodebuild/Release', '/mock-checkout/out/Release'], '/mock-checkout/xcodebuild/Release')
|
| + self.assert_build_path(options,
|
| + ['/mock-checkout/xcodebuild/Release',
|
| + '/mock-checkout/out/Release'],
|
| + '/mock-checkout/xcodebuild/Release')
|
|
|
| def test_build_path_timestamps(self):
|
| options = MockOptions(configuration='Release', build_directory=None)
|
|
|