| 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 f6d9b9daf972e40e490098408e77f94cf1e34db0..4d5ebba936984c372c8fa7af4d037c3425b8029c 100644
|
| --- a/tests/compiler/dart2js/cpa_inference_test.dart
|
| +++ b/tests/compiler/dart2js/cpa_inference_test.dart
|
| @@ -163,7 +163,7 @@ const String CORELIB = r'''
|
| E operator [](int index);
|
| void operator []=(int index, E value);
|
| }
|
| - abstract class Map {}
|
| + abstract class Map<K, V> {}
|
| class Closure {}
|
| class Null {}
|
| class Type {}
|
|
|