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

Unified Diff: tests/language/local_function_test.dart

Issue 11175032: Revert "Removing reference to ObjectNotClosureException from dart2js." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/language/language.status ('k') | tests/language/naming_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/local_function_test.dart
diff --git a/tests/language/local_function_test.dart b/tests/language/local_function_test.dart
index c9888a0ffcd787c0b98b10c9d58af479b8330355..c694e2ca62771fd8d853e5287b0bf6159fdd9403 100644
--- a/tests/language/local_function_test.dart
+++ b/tests/language/local_function_test.dart
@@ -166,7 +166,7 @@ class LocalFunctionTest {
exception_caught = false;
try {
f(1);
- } on NoSuchMethodError catch (e) {
+ } on ObjectNotClosureException catch (e) {
exception_caught = true;
}
Expect.equals(true, exception_caught);
« no previous file with comments | « tests/language/language.status ('k') | tests/language/naming_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698