| Index: sky/tools/webkitpy/test/main_unittest.py
|
| diff --git a/sky/tools/webkitpy/test/main_unittest.py b/sky/tools/webkitpy/test/main_unittest.py
|
| index d9f0261236a188d12693a38082fd30e78e7a8cfe..278fbeaaccd660c6013f0234f461cef2b71e5b5d 100644
|
| --- a/sky/tools/webkitpy/test/main_unittest.py
|
| +++ b/sky/tools/webkitpy/test/main_unittest.py
|
| @@ -79,7 +79,7 @@ class TesterTest(unittest.TestCase):
|
|
|
| def test_coverage_works(self):
|
| # This is awkward; by design, running test-webkitpy -c will
|
| - # create a .coverage file in Tools/Scripts, so we need to be
|
| + # create a .coverage file in tools, so we need to be
|
| # careful not to clobber an existing one, and to clean up.
|
| # FIXME: This design needs to change since it means we can't actually
|
| # run this method itself under coverage properly.
|
|
|