| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index bb71b40f9e2dfc19d526b4642cf0d9a6a569a37d..75fc800934ce4f6b549c4b8823c2a450e2edf64f 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -257,6 +257,9 @@ class MockCompiler extends Compiler {
|
| scanner.importLibrary(library, coreLibrary, null);
|
| }
|
|
|
| + Uri resolveAbsoluteUri(LibraryElement importingLibrary,
|
| + Uri absoluteUri, Node node) => absoluteUri;
|
| +
|
| // The mock library doesn't need any patches.
|
| Uri resolvePatchUri(String dartLibraryName) => null;
|
|
|
|
|