| Index: test/late_exception_test.dart
|
| diff --git a/test/late_exception_test.dart b/test/late_exception_test.dart
|
| index 777085d2f55bdbcbb3fc368571302850a3c3618b..14d14fe742e2492a3023526bae18fedc05241ea3 100644
|
| --- a/test/late_exception_test.dart
|
| +++ b/test/late_exception_test.dart
|
| @@ -25,13 +25,13 @@ void _test(message) {
|
| f();
|
| }));
|
| });
|
| - }, [{
|
| - 'description': 'testOne',
|
| - 'message': 'Callback called (2) after test case testOne has already been '
|
| - 'marked as pass.',
|
| - 'result': 'error',
|
| - }, {
|
| - 'description': 'testTwo',
|
| - 'result': 'pass',
|
| - }]);
|
| + }, [
|
| + {
|
| + 'description': 'testOne',
|
| + 'message': 'Callback called (2) after test case testOne has already been '
|
| + 'marked as pass.',
|
| + 'result': 'error',
|
| + },
|
| + {'description': 'testTwo', 'result': 'pass',}
|
| + ]);
|
| }
|
|
|