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

Unified Diff: tests/standalone/io/process_non_ascii_test.dart

Issue 16154017: Rename RuntimeError to CyclicIntializationError, as per spec. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix bad merge in js_helper.dart Created 7 years, 6 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/standalone/io/process_non_ascii_test.dart
diff --git a/tests/standalone/io/process_non_ascii_test.dart b/tests/standalone/io/process_non_ascii_test.dart
index 92e3a8bb031abdff959f23abe400030b73a2b09f..bd8a68395fb95bca12fccb32534aa7d7f439d29a 100644
--- a/tests/standalone/io/process_non_ascii_test.dart
+++ b/tests/standalone/io/process_non_ascii_test.dart
@@ -19,7 +19,7 @@ import 'dart:io';
main() {
if ('æøå' != new File('æøå.txt').readAsStringSync()) {
- throw new RuntimeError("not equal");
+ throw new StateError("not equal");
}
}
""");

Powered by Google App Engine
This is Rietveld 408576698