| 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");
|
| }
|
| }
|
| """);
|
|
|