Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: tools/test.py

Issue 9969042: Building from compiler.deps in the dart/compiler dir is gone (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/test-compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | tools/test-compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698