| Index: compiler/javatests/com/google/dart/compiler/DartLibrarySourceTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/DartLibrarySourceTest.java b/compiler/javatests/com/google/dart/compiler/DartLibrarySourceTest.java
|
| index 34586642ebbc3ef39dd0fedce90a933cdd4ffdc1..c4307414c0124c4329f980a7edce069515f4568f 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/DartLibrarySourceTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/DartLibrarySourceTest.java
|
| @@ -28,7 +28,7 @@ public class DartLibrarySourceTest extends SourceTest implements LibrarySource {
|
|
|
| @Override
|
| public LibrarySource getImportFor(String relPath) throws IOException {
|
| - throw new RuntimeException("Unimplemented");
|
| + return null;
|
| }
|
|
|
| @Override
|
|
|