| Index: pkg/path/test/io_test.dart
|
| diff --git a/pkg/pathos/test/pathos_io_test.dart b/pkg/path/test/io_test.dart
|
| similarity index 95%
|
| rename from pkg/pathos/test/pathos_io_test.dart
|
| rename to pkg/path/test/io_test.dart
|
| index bb14bd7cb38568ef592678875fc63053735255fa..fc29ced68561f138fb0ce79319964ae32fe63e8e 100644
|
| --- a/pkg/pathos/test/pathos_io_test.dart
|
| +++ b/pkg/path/test/io_test.dart
|
| @@ -5,7 +5,7 @@
|
| import 'dart:io' as io;
|
|
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:pathos/path.dart' as path;
|
| +import 'package:path/path.dart' as path;
|
|
|
| main() {
|
| group('new Builder()', () {
|
|
|