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

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

Issue 11647003: Move path ("pathos") to pkg/. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Typo. Created 8 years 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
« no previous file with comments | « pkg/path/test/path_test.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/path/test/path_windows_test.dart
diff --git a/utils/tests/pub/path/path_windows_test.dart b/pkg/path/test/path_windows_test.dart
similarity index 99%
rename from utils/tests/pub/path/path_windows_test.dart
rename to pkg/path/test/path_windows_test.dart
index fdad9b02655549e9151885939acb382f02c982e3..a94d126b61f2f7e4a79aab0ebf40be1c2fecff4d 100644
--- a/utils/tests/pub/path/path_windows_test.dart
+++ b/pkg/path/test/path_windows_test.dart
@@ -6,8 +6,9 @@ library path_test;
import 'dart:io' as io;
-import '../../../../pkg/unittest/lib/unittest.dart';
-import '../../../pub/path.dart' as path;
+// TODO(rnystrom): Use "package:" path when #7491 is fixed.
+import '../../unittest/lib/unittest.dart';
+import '../lib/path.dart' as path;
main() {
var builder = new path.Builder(style: path.Style.windows,
« no previous file with comments | « pkg/path/test/path_test.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698