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

Unified Diff: tests/language/abstract_getter_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
« no previous file with comments | « tests/html/window_nosuchmethod_test.dart ('k') | tests/language/arithmetic2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/abstract_getter_test.dart
diff --git a/tests/language/abstract_getter_test.dart b/tests/language/abstract_getter_test.dart
index f2343931d433c34ff4baf7c0f482bd3ed690c368..628759acab2bb42be32721c3b38160118be27406 100644
--- a/tests/language/abstract_getter_test.dart
+++ b/tests/language/abstract_getter_test.dart
@@ -11,7 +11,7 @@ class Foo {
class Bar {
}
-noMethod(e) => e is NoSuchMethodException;
+noMethod(e) => e is NoSuchMethodError;
checkIt(f) {
Expect.throws(() { f.i = 'hi'; }, noMethod);
« no previous file with comments | « tests/html/window_nosuchmethod_test.dart ('k') | tests/language/arithmetic2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698