| Index: pkg/unittest/test/unittest_correct_callback_test.dart
|
| ===================================================================
|
| --- pkg/unittest/test/unittest_correct_callback_test.dart (revision 33351)
|
| +++ pkg/unittest/test/unittest_correct_callback_test.dart (working copy)
|
| @@ -13,7 +13,7 @@
|
|
|
| var testFunction = (TestConfiguration testConfig) {
|
| test(testName,
|
| - () =>_defer(expectAsync((){ ++testConfig.count;})));
|
| + () =>_defer(expectAsync0((){ ++testConfig.count;})));
|
| };
|
|
|
| var expected = buildStatusString(1, 0, 0, testName, count: 1);
|
|
|