| Index: runtime/tests/vm/dart/isolate_mirror_busy_test.dart
|
| diff --git a/runtime/tests/vm/src/IsolateMirrorBusyTest.dart b/runtime/tests/vm/dart/isolate_mirror_busy_test.dart
|
| similarity index 95%
|
| rename from runtime/tests/vm/src/IsolateMirrorBusyTest.dart
|
| rename to runtime/tests/vm/dart/isolate_mirror_busy_test.dart
|
| index b28cb3ddc5d36309b49f9482ed59dc50a4db427e..2aebbdb0df7acca43f90ebdc210e6fe4969f49f8 100644
|
| --- a/runtime/tests/vm/src/IsolateMirrorBusyTest.dart
|
| +++ b/runtime/tests/vm/dart/isolate_mirror_busy_test.dart
|
| @@ -4,7 +4,7 @@
|
| //
|
| // Dart test program for checking implemention of IsolateMirror.
|
|
|
| -#library('IsolateMirrorBusyTest');
|
| +#library('isolate_mirror_busy_test');
|
|
|
| #import('dart:isolate');
|
| #import('dart:mirrors');
|
|
|