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

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

Issue 11734010: Update pkg/path to use "package:" imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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
« no previous file with comments | « pkg/path/test/path_test.dart ('k') | no next file » | 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/pkg/path/test/path_windows_test.dart b/pkg/path/test/path_windows_test.dart
index 744b7ab59b0f193a0d4b1d5c58b89c3febda1f52..c3ee6fb3e9525ec180976fb7b6719f7dc4aa9c75 100644
--- a/pkg/path/test/path_windows_test.dart
+++ b/pkg/path/test/path_windows_test.dart
@@ -6,9 +6,8 @@ library path_test;
import 'dart:io' as io;
-// TODO(rnystrom): Use "package:" path when #7491 is fixed.
-import '../../unittest/lib/unittest.dart';
-import '../lib/path.dart' as path;
+import 'package:unittest/unittest.dart';
+import 'package:path/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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698