| Index: tests/compiler/dart2js/mock_compiler.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/mock_compiler.dart (revision 21723)
|
| +++ tests/compiler/dart2js/mock_compiler.dart (working copy)
|
| @@ -199,6 +199,7 @@
|
| libraryLoader.importLibrary(isolateHelperLibrary, coreLibrary, null);
|
|
|
| assertMethod = jsHelperLibrary.find(buildSourceString('assert'));
|
| + identicalFunction = coreLibrary.find(buildSourceString('identical'));
|
|
|
| mainApp = mockLibrary(this, "");
|
| initializeSpecialClasses();
|
|
|