| Index: compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java b/compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java
|
| index 08f9e80d5e0273dbb29869029bb7fe789db3301b..ca78c2dd27ef8526c37c09f1ad9a2a519b990ee1 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java
|
| @@ -5,6 +5,7 @@
|
| package com.google.dart.compiler.end2end;
|
|
|
| import com.google.dart.compiler.end2end.inc.IncrementalCompilationTest;
|
| +import com.google.dart.compiler.end2end.inc.IncrementalCompilationWithPrefixTest;
|
|
|
| import junit.extensions.TestSetup;
|
| import junit.framework.Test;
|
| @@ -22,6 +23,7 @@ public class End2EndTests extends TestSetup {
|
| suite.addTestSuite(BasicTest.class);
|
| suite.addTestSuite(MainMethodTest.class);
|
| suite.addTestSuite(IncrementalCompilationTest.class);
|
| + suite.addTestSuite(IncrementalCompilationWithPrefixTest.class);
|
| return new End2EndTests(suite);
|
| }
|
| }
|
|
|