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

Unified Diff: pkg/path/test/io_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/io_test.dart
diff --git a/pkg/pathos/test/pathos_io_test.dart b/pkg/path/test/io_test.dart
similarity index 95%
rename from pkg/pathos/test/pathos_io_test.dart
rename to pkg/path/test/io_test.dart
index bb14bd7cb38568ef592678875fc63053735255fa..fc29ced68561f138fb0ce79319964ae32fe63e8e 100644
--- a/pkg/pathos/test/pathos_io_test.dart
+++ b/pkg/path/test/io_test.dart
@@ -5,7 +5,7 @@
import 'dart:io' as io;
import 'package:unittest/unittest.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
main() {
group('new Builder()', () {

Powered by Google App Engine
This is Rietveld 408576698