| Index: pkg/unittest/test/instance_test.dart
|
| ===================================================================
|
| --- pkg/unittest/test/instance_test.dart (revision 24503)
|
| +++ pkg/unittest/test/instance_test.dart (working copy)
|
| @@ -21,7 +21,7 @@
|
| shouldPass(doesThrow, throwsA(equals('X')));
|
| shouldFail(doesThrow, throwsA(equals('Y')),
|
| "Expected: throws 'Y' "
|
| - "Actual: <Closure: (dynamic) => dynamic "
|
| + "Actual: <Closure: () => dynamic "
|
| "from Function 'doesThrow': static.> "
|
| "Which: threw 'X'");
|
| });
|
|
|