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

Unified Diff: compiler/scripts/dartc_run.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/javatests/com/google/dart/runner/TestRunnerTest.java ('k') | compiler/scripts/dartc_test.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/scripts/dartc_run.sh
diff --git a/compiler/scripts/dartc_run.sh b/compiler/scripts/dartc_run.sh
index 1a5d859d222400596fe1d1a53384257954a26c64..9201e28bf6d2fd9391e3c896590024ee2a5cf2ba 100755
--- a/compiler/scripts/dartc_run.sh
+++ b/compiler/scripts/dartc_run.sh
@@ -55,7 +55,7 @@ exec $JAVABIN -ea -classpath @CLASSPATH@ \
${JVM_DEBUG_FLAGS} \
${JVM_FLAGS} \
${JVM_FLAGS_CMDLINE} \
- com.google.dart.runner.TestRunner \
+ com.google.dart.runner.DartRunner \
$DARTC_FLAGS \
"$@"
« no previous file with comments | « compiler/javatests/com/google/dart/runner/TestRunnerTest.java ('k') | compiler/scripts/dartc_test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698