| Index: tests/lib/mirrors/removed_api_test.dart
|
| diff --git a/tests/lib/mirrors/removed_api_test.dart b/tests/lib/mirrors/removed_api_test.dart
|
| index 800d4e43f0c989a0b045ccef102d5a9d8325bcec..6f5e6bc49d44b31ad8ce8844aea043c8d38a2f47 100644
|
| --- a/tests/lib/mirrors/removed_api_test.dart
|
| +++ b/tests/lib/mirrors/removed_api_test.dart
|
| @@ -33,5 +33,5 @@ main() {
|
| expectThrowsNSM(() => MirroredError);
|
| expectThrowsNSM(() => MirrorException);
|
| expectThrowsNSM(() => MirroredUncaughtExceptionError);
|
| - // Don't ask about MirroredCompilationError.
|
| + expectThrowsNSM(() => MirroredCompilationError);
|
| }
|
|
|