| Index: tests/isolate/issue_24243_child1_isolate.dart
|
| diff --git a/tests/isolate/issue_24243_child1_isolate.dart b/tests/isolate/issue_24243_child1_isolate.dart
|
| index 950f12303cd827a6a65bdaf31d7adacd823bf38a..4565cd165ce0dc02b1add3d8a97b182366af615e 100644
|
| --- a/tests/isolate/issue_24243_child1_isolate.dart
|
| +++ b/tests/isolate/issue_24243_child1_isolate.dart
|
| @@ -12,7 +12,7 @@ main(List<String> args, message) {
|
| var list2 = <int>[7, 8, 9];
|
| var list = new List<List<int>>.from([list0, list1, list2]);
|
| sendPort.send(list);
|
| - } catch(error) {
|
| + } catch (error) {
|
| sendPort.send("Invalid Argument(s).");
|
| }
|
| }
|
|
|