| Index: frog/tests/leg/src/mock_compiler.dart
|
| diff --git a/frog/tests/leg/src/mock_compiler.dart b/frog/tests/leg/src/mock_compiler.dart
|
| index 5cbbaf676ffc4ec6832f1a5e2620e28713100816..41dca66e5eb2f6e47dbce6f872f50425cacbaeb5 100644
|
| --- a/frog/tests/leg/src/mock_compiler.dart
|
| +++ b/frog/tests/leg/src/mock_compiler.dart
|
| @@ -136,6 +136,10 @@ class MockCompiler extends Compiler {
|
| // Do nothing. The mock core library is already handled in the constructor.
|
| }
|
|
|
| + LibraryElement scanBuiltinLibrary(String name) {
|
| + // Do nothing. The mock core library is already handled in the constructor.
|
| + }
|
| +
|
| Script readScript(Uri uri, [ScriptTag node]) {
|
| String code = sources[uri.toString()];
|
| if (code === null) throw new IllegalArgumentException(uri);
|
|
|