| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilationWithPrefixTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilationWithPrefixTest.java b/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilationWithPrefixTest.java
|
| index ef398af6b3b72b5d0d450ba586ff0d7f367b5c99..8d47aa250def5b5687133bd1ea62a61c301d71fa 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilationWithPrefixTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilationWithPrefixTest.java
|
| @@ -16,7 +16,6 @@ import com.google.dart.compiler.LibrarySource;
|
| import com.google.dart.compiler.MockArtifactProvider;
|
| import com.google.dart.compiler.MockBundleLibrarySource;
|
| import com.google.dart.compiler.Source;
|
| -import com.google.dart.compiler.backend.js.JavascriptBackend;
|
|
|
| import junit.framework.AssertionFailedError;
|
|
|
| @@ -63,7 +62,7 @@ public class IncrementalCompilationWithPrefixTest extends CompilerTestCase {
|
|
|
| @Override
|
| protected void setUp() throws Exception {
|
| - config = new DefaultCompilerConfiguration(new JavascriptBackend()) {
|
| + config = new DefaultCompilerConfiguration() {
|
| @Override
|
| public boolean incremental() {
|
| return true;
|
|
|