| Index: tests/standalone/src/TimerCancelTest.dart
|
| diff --git a/tests/standalone/src/TimerCancelTest.dart b/tests/standalone/src/TimerCancelTest.dart
|
| index 837f9c3463f4473433044e27a4cacb944202d15d..5de524dac58c8a87e98b2d3357a1c64ca745afc5 100644
|
| --- a/tests/standalone/src/TimerCancelTest.dart
|
| +++ b/tests/standalone/src/TimerCancelTest.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");
|
| +
|
| class TimerCancelTest {
|
|
|
| static void testSimpleTimer() {
|
|
|