| 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 2160670ff28d446dabede29ee0ad5e70fc951e0e..e522a357b83b73d33f5a6137114995dfb5bce13e 100644
|
| --- a/tests/compiler/dart2js/cpa_inference_test.dart
|
| +++ b/tests/compiler/dart2js/cpa_inference_test.dart
|
| @@ -174,7 +174,8 @@ const String CORELIB = r'''
|
| class Type {}
|
| class StackTrace {}
|
| class Dynamic_ {}
|
| - bool identical(Object a, Object b) {}''';
|
| + bool identical(Object a, Object b) {}
|
| + const proxy = 0;''';
|
|
|
| Future<AnalysisResult> analyze(String code, {int maxConcreteTypeSize: 1000}) {
|
| Uri uri = new Uri(scheme: 'source');
|
|
|