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

Unified Diff: pkg/path/test/dartium_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/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();

Powered by Google App Engine
This is Rietveld 408576698