| Index: third_party/typ/typ/tests/main_test.py
|
| diff --git a/third_party/typ/typ/tests/main_test.py b/third_party/typ/typ/tests/main_test.py
|
| index ff9b975ee5b124b207f9166a91e732bc4cb65c2a..cc690d5cee1fffad6db731934a3217ffd79853db 100644
|
| --- a/third_party/typ/typ/tests/main_test.py
|
| +++ b/third_party/typ/typ/tests/main_test.py
|
| @@ -165,7 +165,7 @@ LOAD_TEST_FILES = {'load_test.py': LOAD_TEST_PY}
|
|
|
| path_to_main = os.path.join(
|
| os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
|
| - 'cmdline.py')
|
| + 'runner.py')
|
|
|
|
|
| class TestCli(test_case.MainTestCase):
|
|
|