| Index: tests/compiler/dart2js/message_kind_helper.dart
|
| diff --git a/tests/compiler/dart2js/message_kind_helper.dart b/tests/compiler/dart2js/message_kind_helper.dart
|
| index ad469079e167da82db07d737a910396d5e6e77da..c41324152f248f63fd3ade7409ea1c0b09f068e3 100644
|
| --- a/tests/compiler/dart2js/message_kind_helper.dart
|
| +++ b/tests/compiler/dart2js/message_kind_helper.dart
|
| @@ -57,7 +57,6 @@ final Set<MessageKind> kindsWithPendingClasses = new Set<MessageKind>.from([
|
| ]);
|
|
|
| Future<Compiler> check(MessageTemplate template, Compiler cachedCompiler) {
|
| - Expect.isNotNull(template.howToFix);
|
| Expect.isFalse(template.examples.isEmpty);
|
|
|
| return Future.forEach(template.examples, (example) {
|
|
|