Chromium Code Reviews| 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..e228aca3af500352f724c7d51a1a2eb9622071a1 100644 |
| --- a/tests/standalone/io/timer_cancel_test.dart |
| +++ b/tests/isolate/timer_cancel_test.dart |
| @@ -1,6 +1,7 @@ |
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| // 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'); |
|
kasperl
2012/08/09 06:15:33
Ditto.
Siggi Cherem (dart-lang)
2012/08/09 20:37:15
Done.
|
| #import("dart:isolate"); |