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

Unified Diff: pkg/path/test/windows_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/windows_test.dart
diff --git a/pkg/pathos/test/pathos_windows_test.dart b/pkg/path/test/windows_test.dart
similarity index 99%
rename from pkg/pathos/test/pathos_windows_test.dart
rename to pkg/path/test/windows_test.dart
index a7c81827ce20fc9306785c85e0a1cb60a145eb01..7b3cf6004783fbb5c386e960084b831ab9613160 100644
--- a/pkg/pathos/test/pathos_windows_test.dart
+++ b/pkg/path/test/windows_test.dart
@@ -2,10 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library pathos_windows_test;
+library path.test.windows_test;
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.windows,

Powered by Google App Engine
This is Rietveld 408576698