| Index: compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
|
| ===================================================================
|
| --- compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java (revision 11058)
|
| +++ compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java (working copy)
|
| @@ -21,7 +21,7 @@
|
| import com.google.dart.compiler.LibrarySource;
|
| import com.google.dart.compiler.MockArtifactProvider;
|
| import com.google.dart.compiler.Source;
|
| -import com.google.dart.compiler.SystemLibraryManager;
|
| +import com.google.dart.compiler.PackageLibraryManager;
|
| import com.google.dart.compiler.UrlSource;
|
| import com.google.dart.compiler.ast.DartUnit;
|
| import com.google.dart.compiler.ast.LibraryUnit;
|
| @@ -658,7 +658,7 @@
|
|
|
| public void test_reportMissingSource_withSchema_dart() throws Exception {
|
| URI uri = new URI("dart:noSuchSource");
|
| - Source source = new UrlSource(uri, new SystemLibraryManager()) {
|
| + Source source = new UrlSource(uri, new PackageLibraryManager()) {
|
| @Override
|
| public String getName() {
|
| return null;
|
|
|