| Index: runtime/tests/vm/dart/isolate_mirror_self_test.dart
|
| diff --git a/runtime/tests/vm/src/IsolateMirrorSelfTest.dart b/runtime/tests/vm/dart/isolate_mirror_self_test.dart
|
| similarity index 94%
|
| rename from runtime/tests/vm/src/IsolateMirrorSelfTest.dart
|
| rename to runtime/tests/vm/dart/isolate_mirror_self_test.dart
|
| index 89edf74f59dfe613864130b4acb9f5e74454e390..18c8b33158bc659e8932a1d8794b8cd9bba6adc1 100644
|
| --- a/runtime/tests/vm/src/IsolateMirrorSelfTest.dart
|
| +++ b/runtime/tests/vm/dart/isolate_mirror_self_test.dart
|
| @@ -4,7 +4,7 @@
|
| //
|
| // Dart test program for checking implemention of IsolateMirror.
|
|
|
| -#library('IsolateMirrorSelfTest');
|
| +#library('isolate_mirror_self_test');
|
|
|
| #import('dart:isolate');
|
| #import('dart:mirrors');
|
|
|