| Index: tests/lib/unittest/unittest_test.dart
|
| ===================================================================
|
| --- tests/lib/unittest/unittest_test.dart (revision 10103)
|
| +++ tests/lib/unittest/unittest_test.dart (working copy)
|
| @@ -175,7 +175,7 @@
|
| buildStatusString(0, 0, 1, tests[8], 1,
|
| message: 'Callback called more times than expected (2 > 1).'),
|
| buildStatusString(1, 0, 0, tests[9], 10),
|
| - buildStatusString(0, 0, 1, tests[10], message: 'Caught error!'),
|
| + buildStatusString(0, 1, 0, tests[10], message: 'Caught error!'),
|
| ];
|
|
|
| actual = [];
|
|
|