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

Unified Diff: test/ascii_tree_test.dart

Issue 1153643002: Use "package:" imports for pub. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: Code review changes Created 5 years, 7 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 | « lib/src/dart.dart ('k') | test/barback/fails_if_args_with_all_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ascii_tree_test.dart
diff --git a/test/ascii_tree_test.dart b/test/ascii_tree_test.dart
index 96d81ee7bc53fe8180dfd6ecf8ccb68d18809a3b..9475fe0e625f5274308f0805892adc555b0f63c9 100644
--- a/test/ascii_tree_test.dart
+++ b/test/ascii_tree_test.dart
@@ -4,11 +4,10 @@
library lock_file_test;
+import 'package:pub/src/ascii_tree.dart' as tree;
+import 'package:pub/src/utils.dart';
import 'package:unittest/unittest.dart';
-import '../lib/src/ascii_tree.dart' as tree;
-import '../lib/src/utils.dart';
-
main() {
runningAsTest = true;
« no previous file with comments | « lib/src/dart.dart ('k') | test/barback/fails_if_args_with_all_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698