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

Unified Diff: compiler/scripts/dartc_test.sh

Issue 8223005: remove TestRunner and revector callers to DartRunner (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Get rid of TestRunner Created 9 years, 2 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 | « compiler/scripts/dartc_run.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/scripts/dartc_test.sh
diff --git a/compiler/scripts/dartc_test.sh b/compiler/scripts/dartc_test.sh
index a9d6122d2a934ee8e5b6f947a9bbb8cdbc63c5b4..4fd5222c47c67483775fbfdda977d248f11f322b 100755
--- a/compiler/scripts/dartc_test.sh
+++ b/compiler/scripts/dartc_test.sh
@@ -28,4 +28,4 @@ fi
exec java -ea -Dcom.google.dart.runner.d8="$D8_EXEC" \
-Dcom.google.dart.runner.progname="$DART_SCRIPT_NAME" \
-classpath "@CLASSPATH@" \
- com.google.dart.runner.TestRunner $@
+ com.google.dart.runner.DartRunner $@
« no previous file with comments | « compiler/scripts/dartc_run.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698