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

Unified Diff: compiler/javatests/com/google/dart/runner/AllTests.java

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
Index: compiler/javatests/com/google/dart/runner/AllTests.java
diff --git a/compiler/javatests/com/google/dart/runner/AllTests.java b/compiler/javatests/com/google/dart/runner/AllTests.java
index d86bb18429f9513c8e504de8e3ae1c065bca46da..d61a259bb448cef7813b5afdf539caed8c4039b5 100644
--- a/compiler/javatests/com/google/dart/runner/AllTests.java
+++ b/compiler/javatests/com/google/dart/runner/AllTests.java
@@ -11,7 +11,7 @@ public class AllTests {
public static Test suite() {
TestSuite suite = new TestSuite("Dartc test runner tests");
- suite.addTestSuite(TestRunnerTest.class);
+ suite.addTestSuite(DartRunnerTest.class);
return suite;
}

Powered by Google App Engine
This is Rietveld 408576698