Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: pkg/path/test/path_test.dart

Issue 18356011: Rename "pathos" package to "path". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/path/test/path_test.dart
diff --git a/pkg/pathos/test/pathos_test.dart b/pkg/path/test/path_test.dart
similarity index 96%
rename from pkg/pathos/test/pathos_test.dart
rename to pkg/path/test/path_test.dart
index b0029990ae90504fd3dfe59fc9488a93cf0034e2..ef3cf21ecd7f58e95ebc267cdd78369dd6dbfa70 100644
--- a/pkg/pathos/test/pathos_test.dart
+++ b/pkg/path/test/path_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;
main() {
group('path.Style', () {

Powered by Google App Engine
This is Rietveld 408576698