| Index: sdk/lib/io/options.dart
|
| diff --git a/sdk/lib/core/options.dart b/sdk/lib/io/options.dart
|
| similarity index 99%
|
| rename from sdk/lib/core/options.dart
|
| rename to sdk/lib/io/options.dart
|
| index 696ad8da9c147a40129854467fcedbdc0cbb6803..cf42b35f09e08433a3f43e867f0b475854fde168 100644
|
| --- a/sdk/lib/core/options.dart
|
| +++ b/sdk/lib/io/options.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -part of dart.core;
|
| +part of dart.io;
|
|
|
| /**
|
| * The Options object allows accessing the arguments which have been passed to
|
|
|