| Index: tests/compiler/dart2js/message_kind_test.dart
|
| diff --git a/tests/compiler/dart2js/message_kind_test.dart b/tests/compiler/dart2js/message_kind_test.dart
|
| index efaecc86a382e561d8cad8272235a34cf3d9c6c7..3ed701011bd3d6b896c9ca39c93615036e77aaa6 100644
|
| --- a/tests/compiler/dart2js/message_kind_test.dart
|
| +++ b/tests/compiler/dart2js/message_kind_test.dart
|
| @@ -26,7 +26,8 @@ main(List<String> arguments) {
|
| || name == 'COMPILER_CRASHED'
|
| || name == 'PLEASE_REPORT_THE_CRASH'
|
| // We cannot provide examples for patch errors.
|
| - || name.startsWith('PATCH_')) continue;
|
| + || name.startsWith('PATCH_')
|
| + || name == 'LIBRARY_NOT_SUPPORTED') continue;
|
| if (template.examples != null) {
|
| examples.add(template);
|
| } else {
|
|
|