| Index: tests/standalone/src/MultipleTimerTest.dart
|
| diff --git a/tests/standalone/src/MultipleTimerTest.dart b/tests/standalone/src/MultipleTimerTest.dart
|
| index 7aeb65e160f50be240c705614f8a00a7728ab3b0..73060ab4775fbe22a6c5b80a7eeae0b60190e47c 100644
|
| --- a/tests/standalone/src/MultipleTimerTest.dart
|
| +++ b/tests/standalone/src/MultipleTimerTest.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 MultipleTimerTest {
|
|
|
| static final int TIMEOUT1 = 1000;
|
|
|