| Index: pkg/path/test/dartium_test.dart
|
| diff --git a/pkg/pathos/test/pathos_dartium_test.dart b/pkg/path/test/dartium_test.dart
|
| similarity index 94%
|
| rename from pkg/pathos/test/pathos_dartium_test.dart
|
| rename to pkg/path/test/dartium_test.dart
|
| index f03abc6a6173f98f1d938c5e17279c44e0c004e3..2a830c75f7e3a034209f51d3a40a100f541a5233 100644
|
| --- a/pkg/pathos/test/pathos_dartium_test.dart
|
| +++ b/pkg/path/test/dartium_test.dart
|
| @@ -6,7 +6,7 @@ import 'dart:html';
|
|
|
| import 'package:unittest/unittest.dart';
|
| import 'package:unittest/html_config.dart';
|
| -import 'package:pathos/path.dart' as path;
|
| +import 'package:path/path.dart' as path;
|
|
|
| main() {
|
| useHtmlConfiguration();
|
|
|