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

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

Issue 9950019: Renamed the 'dartc' launch script to 'dart-analysis' and adds it to dart-sdk (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated 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
« tools/create_sdk.py ('K') | « tools/create_sdk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index ca063a2ccb5c10dc380d0e27e67477e81daf4d1b..90629161094ef38344af96343241a479566881c7 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -1082,9 +1082,8 @@ class JUnitTestSuite implements TestSuite {
void computeClassPath() {
classPath = Strings.join(
- ['$buildDir/compiler/lib/dartc.jar',
- '$buildDir/compiler-tests.jar',
- '$buildDir/closure_out/compiler.jar',
+ ['$buildDir/analysis/util/analysis/dart-analysis.jar',
+ '$buildDir/analysis/dartc-analysis-tests.jar',
// Third party libraries.
'$dartDir/third_party/args4j/2.0.12/args4j-2.0.12.jar',
'$dartDir/third_party/guava/r09/guava-r09.jar',
@@ -1148,7 +1147,7 @@ class TestUtils {
case 'none':
return 'dart$suffix';
case 'dartc':
- return 'compiler/bin/dartc$suffix';
+ return 'analysis/bin/dart-analysis$suffix';
case 'frog':
case 'dart2js':
return 'frog/bin/frog$suffix';
« tools/create_sdk.py ('K') | « tools/create_sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698