Index: pkg/path/test/dart2js_test.dart |
diff --git a/pkg/pathos/test/pathos_dart2js_test.dart b/pkg/path/test/dart2js_test.dart |
similarity index 94% |
rename from pkg/pathos/test/pathos_dart2js_test.dart |
rename to pkg/path/test/dart2js_test.dart |
index e49659d4f827c2b003846d92349f63eecbd4861b..997513def3303a71f4ce5205ff7e3d79d1f459c4 100644 |
--- a/pkg/pathos/test/pathos_dart2js_test.dart |
+++ b/pkg/path/test/dart2js_test.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
import 'package:unittest/unittest.dart'; |
-import 'package:pathos/path.dart' as path; |
+import 'package:path/path.dart' as path; |
// In the future, the default root will be window.location.href, but right now |
// that's not possible. |