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

Unified Diff: tests/compiler/dart2js_extra/regress/4740_test.dart

Issue 10909166: Rename NoSuchMethodException to NoSuchMethodError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments Created 8 years, 3 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
Index: tests/compiler/dart2js_extra/regress/4740_test.dart
diff --git a/tests/compiler/dart2js_extra/regress/4740_test.dart b/tests/compiler/dart2js_extra/regress/4740_test.dart
index fc3223104413c85893fa1d892c623f7840c71774..e2df2c35ca04cb39583671505d1c66aa0b517a2e 100644
--- a/tests/compiler/dart2js_extra/regress/4740_test.dart
+++ b/tests/compiler/dart2js_extra/regress/4740_test.dart
@@ -5,5 +5,5 @@
#import('4740_library.dart');
main() {
- Expect.throws(() => new Foo._internal(), (e) => e is NoSuchMethodException);
+ Expect.throws(() => new Foo._internal(), (e) => e is NoSuchMethodError);
}
« no previous file with comments | « tests/compiler/dart2js_extra/regress/4515_2_test.dart ('k') | tests/compiler/dart2js_extra/this_phi_elimination_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698