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

Unified Diff: tests/html/hidden_dom_1_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/element_add_test.dart ('k') | tests/html/hidden_dom_2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/hidden_dom_1_test.dart
diff --git a/tests/html/hidden_dom_1_test.dart b/tests/html/hidden_dom_1_test.dart
index 0e2a15be109f51b7c2c7596a35ed2cfe8344a8e7..1b687cd366b2d29ace107d3b1715f1cc8389efa3 100644
--- a/tests/html/hidden_dom_1_test.dart
+++ b/tests/html/hidden_dom_1_test.dart
@@ -41,5 +41,5 @@ checkNoSuchMethod(action()) {
if (ex === null)
Expect.fail('Action should have thrown exception');
- Expect.isTrue(ex is NoSuchMethodException, 'ex is NoSuchMethodException');
+ Expect.isTrue(ex is NoSuchMethodError, 'ex is NoSuchMethodError');
}
« no previous file with comments | « tests/html/element_add_test.dart ('k') | tests/html/hidden_dom_2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698