Chromium Code Reviews| Index: lib/src/util/io.dart |
| diff --git a/lib/src/io.dart b/lib/src/util/io.dart |
| similarity index 98% |
| rename from lib/src/io.dart |
| rename to lib/src/util/io.dart |
| index 895fbdc4e25ac1813911ce9b6683751ef567935b..8a4a9036c766984ad7e2b1293decc6960ba3f7bd 100644 |
| --- a/lib/src/io.dart |
| +++ b/lib/src/util/io.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. |
| -library unittest.io; |
| +library unittest.util.io; |
| import 'dart:async'; |
| import 'dart:io'; |