| Index: mojo/tools/run_mojo_python_tests.py
|
| diff --git a/mojo/tools/run_mojo_python_tests.py b/mojo/tools/run_mojo_python_tests.py
|
| index 03336c1cbac0b9c3b887774000fe3c4d74b73975..d18baf4f6efa4ff9af10908eac357444f704f50b 100755
|
| --- a/mojo/tools/run_mojo_python_tests.py
|
| +++ b/mojo/tools/run_mojo_python_tests.py
|
| @@ -16,7 +16,7 @@ def main():
|
| # Tests of "mopy" python tools code.
|
| os.path.join('mojo', 'tools', 'mopy'),
|
| # Tests of python code in devtools.
|
| - os.path.join('mojo', 'devtools', 'common', 'pylib')
|
| + os.path.join('mojo', 'devtools', 'common', 'devtoolslib')
|
| ]
|
|
|
| for test_dir in test_dir_list:
|
|
|