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