| Index: test/exception_test.dart
|
| diff --git a/test/exception_test.dart b/test/exception_test.dart
|
| index 023ab287d16c5cbb0c70f5c8b66627a56a88d076..137f0a3661108d40df7c58f49cf3b718343d6393 100644
|
| --- a/test/exception_test.dart
|
| +++ b/test/exception_test.dart
|
| @@ -17,8 +17,5 @@ void _test(message) {
|
| test('test', () {
|
| throw new Exception('Fail.');
|
| });
|
| - }, [{
|
| - 'result': 'error',
|
| - 'message': 'Test failed: Caught Exception: Fail.'
|
| - }]);
|
| + }, [{'result': 'error', 'message': 'Test failed: Caught Exception: Fail.'}]);
|
| }
|
|
|