Chromium Code Reviews| Index: tests/compiler/dart2js/cpa_inference_test.dart |
| diff --git a/tests/compiler/dart2js/cpa_inference_test.dart b/tests/compiler/dart2js/cpa_inference_test.dart |
| index 5a53ec9c28ecd4cfa0acd55a8205ad0bd09b8541..c4c7c56cf74994cde46a064011fe84ff84f0de1f 100644 |
| --- a/tests/compiler/dart2js/cpa_inference_test.dart |
| +++ b/tests/compiler/dart2js/cpa_inference_test.dart |
| @@ -167,6 +167,7 @@ const String CORELIB = r''' |
| class Closure {} |
| class Null {} |
| class Type {} |
| + class StackTrace {} |
| class Dynamic_ {} |
| bool identical(Object a, Object b) {}'''; |