| Index: tests/isolate/timer_test.dart
|
| diff --git a/tests/standalone/io/timer_test.dart b/tests/isolate/timer_test.dart
|
| similarity index 97%
|
| rename from tests/standalone/io/timer_test.dart
|
| rename to tests/isolate/timer_test.dart
|
| index 4535bfd726f754668e94ce94e6a4181d78b6f334..7a73cfb5962e8c393e1c7d643e9f283e23116bf1 100644
|
| --- a/tests/standalone/io/timer_test.dart
|
| +++ b/tests/isolate/timer_test.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.
|
|
|
| +#library('timer_test');
|
| +
|
| #import("dart:isolate");
|
|
|
| class TimerTest {
|
|
|