Chromium Code Reviews| Index: tests/compiler/dart2js/size_test.dart |
| diff --git a/tests/compiler/dart2js/size_test.dart b/tests/compiler/dart2js/size_test.dart |
| index cfc318caf8367d521f011fab88c8194f89c71702..3d6fd7b9f5077cfaf5d1d8f82c628bc4b9f1e774 100644 |
| --- a/tests/compiler/dart2js/size_test.dart |
| +++ b/tests/compiler/dart2js/size_test.dart |
| @@ -18,6 +18,7 @@ const String DEFAULT_CORELIB_WITH_LIST = r''' |
| class Function {} |
| class Type {} |
| class Map {} |
| + class StackTrace {} |
| identical(a, b) => true; |
| '''; |