Chromium Code Reviews| 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..e08a4f71b6548bfdd7ea36f20b28c1c0dc567c4a 100644 |
| --- a/tests/standalone/io/timer_test.dart |
| +++ b/tests/isolate/timer_test.dart |
| @@ -1,6 +1,7 @@ |
| // Copyright (c) 2011, 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_test'); |
|
kasperl
2012/08/09 06:15:33
Ditto.
Siggi Cherem (dart-lang)
2012/08/09 20:37:15
Done.
|
| #import("dart:isolate"); |