| Index: tests/standalone/src/TimerCancel2Test.dart
|
| diff --git a/tests/standalone/src/TimerCancel2Test.dart b/tests/standalone/src/TimerCancel2Test.dart
|
| index 405dc32719d66a58590952e9de3490e6281ffd7d..22066bba2b819affefd65b74054a60ba71c72ddc 100644
|
| --- a/tests/standalone/src/TimerCancel2Test.dart
|
| +++ b/tests/standalone/src/TimerCancel2Test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +#import("dart:io");
|
| +
|
| // Test that a timeout handler can cancel itself.
|
| class TimerCancel2Test {
|
| static void testSelfCancel() {
|
|
|