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

Unified Diff: tests/compiler/dart2js_extra/constant_javascript_semantics2_test.dart

Issue 11275042: Renaming IndexOutOfRangeException to RangeError. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regenerated html files. Created 8 years, 1 month 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/constant_javascript_semantics2_test.dart
diff --git a/tests/compiler/dart2js_extra/constant_javascript_semantics2_test.dart b/tests/compiler/dart2js_extra/constant_javascript_semantics2_test.dart
index af4872fd2b066b46cfd00062dfb04b78f0bc6771..5790fe3efb4cefae61728af8ad4719c164ec21e9 100644
--- a/tests/compiler/dart2js_extra/constant_javascript_semantics2_test.dart
+++ b/tests/compiler/dart2js_extra/constant_javascript_semantics2_test.dart
@@ -21,5 +21,5 @@ foo() {
main() {
Expect.throws(() => foo(),
- (e) => e is IndexOutOfRangeException);
+ (e) => e is RangeError);
}
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/compiler/dart2js_extra/constant_javascript_semantics3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698