| Index: tests/standalone/src/TimerCancel2Test.dart
|
| diff --git a/tests/standalone/src/TimerCancel2Test.dart b/tests/standalone/src/TimerCancel2Test.dart
|
| index aa6d1e1fdb915dfa7b8f6d4b64ebe03fce96aa26..405dc32719d66a58590952e9de3490e6281ffd7d 100644
|
| --- a/tests/standalone/src/TimerCancel2Test.dart
|
| +++ b/tests/standalone/src/TimerCancel2Test.dart
|
| @@ -11,7 +11,7 @@ class TimerCancel2Test {
|
| cancelTimer.cancel();
|
| }
|
|
|
| - cancelTimer = new Timer(cancelHandler, 1, true);
|
| + cancelTimer = new Timer.repeating(cancelHandler, 1);
|
| }
|
|
|
| static void testMain() {
|
|
|