| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index 633d1610094c659634b5df326c62bbd9caadce7e..0a26a094d6569d97dc3205c59351367625be712e 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -113,7 +113,7 @@ class MockCompiler extends Compiler {
|
| var script = new Script(uri, new MockFile(source));
|
| var library = new LibraryElement(script);
|
| parseScript(source, library);
|
| - library.setExports(library.localScope.getValues());
|
| + library.setExports(library.localScope.values);
|
| return library;
|
| }
|
|
|
|
|