| Index: tests/standalone/src/TimerRepeatTest.dart
|
| diff --git a/tests/standalone/src/TimerRepeatTest.dart b/tests/standalone/src/TimerRepeatTest.dart
|
| index 4211c55e4c37c97bf4f5a1c88b64110ea1bc7597..ceb5cb19e81c76e060feaf5da62819a5c3327586 100644
|
| --- a/tests/standalone/src/TimerRepeatTest.dart
|
| +++ b/tests/standalone/src/TimerRepeatTest.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 TimerRepeatTest {
|
|
|
| static final int _TIMEOUT = 500;
|
|
|