Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(826)

Unified Diff: tests/lib/mirrors/removed_api_test.dart

Issue 389573007: Remove MirroredCompilationError from the VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase + regen snapshot test Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/symbols.h ('k') | tests/standalone/issue14236_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « runtime/vm/symbols.h ('k') | tests/standalone/issue14236_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698