| Index: tests/compiler/dart2js/lookup_map_test.dart
|
| diff --git a/tests/compiler/dart2js/lookup_map_test.dart b/tests/compiler/dart2js/lookup_map_test.dart
|
| index d3893b09c2257d05ea2729ec047235912d3654f7..33a324f5b7e1f845467197124d651191ee9b2c82 100644
|
| --- a/tests/compiler/dart2js/lookup_map_test.dart
|
| +++ b/tests/compiler/dart2js/lookup_map_test.dart
|
| @@ -16,7 +16,6 @@ main() {
|
| class C {}
|
| class D {}
|
| class E {}''',
|
| -
|
| 'const keys': r'''
|
| import 'package:lookup_map/lookup_map.dart';
|
| class Key { final name; const Key(this.name); }
|
| @@ -25,7 +24,6 @@ main() {
|
| const C = const Key("C");
|
| const D = const Key("D");
|
| const E = const Key("E");''',
|
| -
|
| 'mixed keys': r'''
|
| import 'package:lookup_map/lookup_map.dart';
|
| class Key { final name; const Key(this.name); }
|
|
|