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 81046f292fe36fe3852753c10708b30145aabd8f..85756f3121ceafe062ae089266d5c669a22aca02 100644 |
| --- a/tests/compiler/dart2js/cpa_inference_test.dart |
| +++ b/tests/compiler/dart2js/cpa_inference_test.dart |
| @@ -135,6 +135,7 @@ const String CORELIB = r''' |
| abstract class Map {} |
| class Closure {} |
| class Null {} |
| + class Type {} |
| class Dynamic_ {} |
| bool identical(Object a, Object b) {}'''; |