| Index: tools/test_wrapper.py
|
| diff --git a/tools/test_wrapper.py b/tools/test_wrapper.py
|
| index 7ee0d188f0254c560091f13dd538adb0c496f08b..51f945d9cf923973ae3b12ce9bebd89f3bc76fef 100755
|
| --- a/tools/test_wrapper.py
|
| +++ b/tools/test_wrapper.py
|
| @@ -22,11 +22,7 @@ def Main():
|
| current_directory = os.path.abspath('');
|
| client = os.path.abspath(os.path.join(tools_dir, '..'));
|
| if current_directory == os.path.join(client, 'runtime'):
|
| - if GuessOS() == "macos":
|
| - dart_script_name = 'test.py'
|
| - dart_binary = 'python'
|
| - else:
|
| - dart_script_name = 'test-runtime.dart'
|
| + dart_script_name = 'test-runtime.dart'
|
| elif current_directory == os.path.join(client, 'compiler'):
|
| dart_script_name = 'test-compiler.dart'
|
| else:
|
|
|