| 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) {
|
|
|