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 334d825348ff435edb2049212ff06988ad5cfc64..f9a1337b761410fd21c0cef427cf7cf509dbb8df 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) {}'''; |