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

Unified Diff: pkg/path/test/url_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/url_test.dart
diff --git a/pkg/pathos/test/pathos_url_test.dart b/pkg/path/test/url_test.dart
similarity index 99%
rename from pkg/pathos/test/pathos_url_test.dart
rename to pkg/path/test/url_test.dart
index ff1af8621bcb757678f57378d5aab523e0573642..3e03d5094615062b4472202144242b8b16592b47 100644
--- a/pkg/pathos/test/pathos_url_test.dart
+++ b/pkg/path/test/url_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() {
var builder = new path.Builder(style: path.Style.url,

Powered by Google App Engine
This is Rietveld 408576698