| Index: tests/compiler/dart2js/analyze_api_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_api_test.dart b/tests/compiler/dart2js/analyze_api_test.dart
|
| index 908ae112c6d66aac268d607153e91813de2b752a..695efe2589883931144f9c4331ca0c702e8d8e98 100644
|
| --- a/tests/compiler/dart2js/analyze_api_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_api_test.dart
|
| @@ -8,6 +8,7 @@ import 'package:sdk_library_metadata/libraries.dart';
|
| import 'analyze_helper.dart';
|
| import 'package:async_helper/async_helper.dart';
|
| import 'package:compiler/src/diagnostics/messages.dart' show MessageKind;
|
| +
|
| /**
|
| * Map of white-listed warnings and errors.
|
| *
|
| @@ -18,8 +19,7 @@ import 'package:compiler/src/diagnostics/messages.dart' show MessageKind;
|
| * the error/warning message in the list of white-listings for each file.
|
| */
|
| // TODO(johnniwinther): Support canonical URIs as keys.
|
| -const Map<String, List<String>> WHITE_LIST = const {
|
| -};
|
| +const Map<String, List<String>> WHITE_LIST = const {};
|
|
|
| void main() {
|
| var uriList = new List<Uri>();
|
|
|