| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index 63e8492bf429af373cf094eb7c93b9167c012a5e..b5c8fe01e442673620b720a960150abd69d86d30 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -160,6 +160,7 @@ const String DEFAULT_CORELIB = r'''
|
| String toString() { return null; }
|
| noSuchMethod(im) { throw im; }
|
| }
|
| + abstract class StackTrace {}
|
| class Type {}
|
| class Function {}
|
| class List<E> {}
|
|
|