| Index: tests/compiler/dart2js/analyze_test_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_test_test.dart b/tests/compiler/dart2js/analyze_test_test.dart
|
| index f2565ac81e9dc46c30c59ffc981602d957ebfc8d..5e28cf0c3f8e8bcc063e7a584ef972716342177a 100644
|
| --- a/tests/compiler/dart2js/analyze_test_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_test_test.dart
|
| @@ -24,8 +24,7 @@ import 'memory_compiler.dart';
|
| * Use an identifiable suffix of the file uri as key. Use a fixed substring of
|
| * the error/warning message in the list of white-listings for each file.
|
| */
|
| -// TODO(johnniwinther): Support canonical URIs as keys and message kinds as
|
| -// values.
|
| +// TODO(johnniwinther): Support canonical URIs as keys.
|
| const Map<String, List/*<String|MessageKind>*/> WHITE_LIST = const {
|
| // Several tests import mirrors; any of these might trigger the warning.
|
| ".dart": const [
|
|
|