| Index: tools/test.py
|
| diff --git a/tools/test.py b/tools/test.py
|
| index 2dc7279e9b8a7f4156f15d9c33e46785296639dc..bd16393b0af13665a6bafb50512a5d1eb22befba 100755
|
| --- a/tools/test.py
|
| +++ b/tools/test.py
|
| @@ -24,8 +24,6 @@ def Main():
|
| client = os.path.abspath(os.path.join(tools_dir, '..'));
|
| if current_directory == os.path.join(client, 'runtime'):
|
| dart_script_name = 'test-runtime.dart'
|
| - elif current_directory == os.path.join(client, 'compiler'):
|
| - dart_script_name = 'test-compiler.dart'
|
| else:
|
| dart_script_name = 'test.dart'
|
| dart_test_script = string.join([tools_dir, dart_script_name], os.sep)
|
|
|