Index: tests/standalone/src/TimerCancel1Test.dart |
diff --git a/tests/standalone/src/TimerCancel1Test.dart b/tests/standalone/src/TimerCancel1Test.dart |
index 1a11d21b7e2fd210221176f7c6281da110741e75..9798f38c33000252da6f4182a0cb84fa6e821191 100644 |
--- a/tests/standalone/src/TimerCancel1Test.dart |
+++ b/tests/standalone/src/TimerCancel1Test.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 another. |
class TimerCancel1Test { |
static void testOtherCancel() { |