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

Unified Diff: dart/tools/testing/dart/test_suite.dart

Issue 10304008: dart2js_developer is not in the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/test_suite.dart
diff --git a/dart/tools/testing/dart/test_suite.dart b/dart/tools/testing/dart/test_suite.dart
index 8de6828899f668d8c320477e7d34f4a168dbf9fc..3f698a6bf7ebf90a8294ae7548606c309337221f 100644
--- a/dart/tools/testing/dart/test_suite.dart
+++ b/dart/tools/testing/dart/test_suite.dart
@@ -1238,7 +1238,8 @@ class TestUtils {
prefix = 'dart-sdk/bin/';
}
if (configuration['host_checked']) {
- return '${prefix}dart2js_developer$suffix';
+ // The script dart2js_developer is not in the SDK.
+ return 'dart2js_developer$suffix';
} else {
return '${prefix}dart2js$suffix';
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698