| Index: tests/lib/async/timer_repeat_test.dart
|
| diff --git a/tests/lib/async/timer_repeat_test.dart b/tests/lib/async/timer_repeat_test.dart
|
| index e523ed4882ad735967be12f3c8bea1fe0d8d0802..f6b5309a45a31d323cab2d422359adb32f6a72d3 100644
|
| --- a/tests/lib/async/timer_repeat_test.dart
|
| +++ b/tests/lib/async/timer_repeat_test.dart
|
| @@ -30,6 +30,6 @@ main() {
|
| iteration = 0;
|
| startTime = new DateTime.now().millisecondsSinceEpoch;
|
| timer = new Timer.periodic(TIMEOUT,
|
| - expectAsync1(timeoutHandler, count: ITERATIONS));
|
| + expectAsync(timeoutHandler, count: ITERATIONS));
|
| });
|
| }
|
|
|