| Index: tests/isolate/issue_24243_child3_isolate.dart
|
| diff --git a/tests/isolate/issue_24243_child3_isolate.dart b/tests/isolate/issue_24243_child3_isolate.dart
|
| index 9667a913749de242b73e93032b58249b80b545ea..e45930ce50888471fd8aa43230cd1d9479adfba2 100644
|
| --- a/tests/isolate/issue_24243_child3_isolate.dart
|
| +++ b/tests/isolate/issue_24243_child3_isolate.dart
|
| @@ -22,9 +22,9 @@ main(List<String> args, message) {
|
| map2[9] = 'nine';
|
|
|
| var map = new Map<int, LinkedHashMap<int, String>>.from(
|
| - { 0:map0, 1:map1, 2:map2 });
|
| + {0: map0, 1: map1, 2: map2});
|
| sendPort.send(map);
|
| - } catch(error) {
|
| + } catch (error) {
|
| sendPort.send("Invalid Argument(s).");
|
| }
|
| }
|
|
|