| Index: tests/isolate/timer_cancel_test.dart
|
| diff --git a/tests/standalone/io/timer_cancel_test.dart b/tests/isolate/timer_cancel_test.dart
|
| similarity index 97%
|
| rename from tests/standalone/io/timer_cancel_test.dart
|
| rename to tests/isolate/timer_cancel_test.dart
|
| index 41aad9d02a13eb40bd99d98b580bd2589f59231e..408b2ac7bd902cf60cc643e8f2b3abec597ea1bc 100644
|
| --- a/tests/standalone/io/timer_cancel_test.dart
|
| +++ b/tests/isolate/timer_cancel_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_cancel_test');
|
| +
|
| #import("dart:isolate");
|
|
|
| void testSimpleTimer() {
|
|
|