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

Unified Diff: compiler/javatests/com/google/dart/compiler/end2end/NonStrictResolutionTest.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/compiler/end2end/NonStrictResolutionTest.java
diff --git a/compiler/javatests/com/google/dart/compiler/end2end/NonStrictResolutionTest.java b/compiler/javatests/com/google/dart/compiler/end2end/NonStrictResolutionTest.java
index 253b95886cc1c83ca3df16d0ad2f5469b1b1d8d4..c2434abe3a1c7e431bfe7103089be36e29da8a1a 100644
--- a/compiler/javatests/com/google/dart/compiler/end2end/NonStrictResolutionTest.java
+++ b/compiler/javatests/com/google/dart/compiler/end2end/NonStrictResolutionTest.java
@@ -73,8 +73,8 @@ public class NonStrictResolutionTest extends End2EndTestCase {
StringStream outStream = new StringStream(System.out);
StringStream errStream = new StringStream(System.err);
try {
- DartRunner
- .compileAndRunApp(app, verboseOptions, config, listener, args, outStream, errStream);
+ DartRunner.compileAndRunApp(app, verboseOptions, config, listener, args,
+ outStream, errStream);
} catch (RhinoException e) {
super.fail(e.getLocalizedMessage());
} catch (RunnerError e) {

Powered by Google App Engine
This is Rietveld 408576698