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