Chromium Code Reviews

Unified Diff: test/run/errors_if_path_in_dependency_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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/run/errors_if_only_transitive_dependency_test.dart ('k') | test/run/nonexistent_dependency_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/run/errors_if_path_in_dependency_test.dart
diff --git a/test/run/errors_if_path_in_dependency_test.dart b/test/run/errors_if_path_in_dependency_test.dart
index 3874f35070d2399d27f74e34a06e8b14c4ab1d36..2c6736c4fe0c11d9bbf2aa41c636363d3e2ba889 100644
--- a/test/run/errors_if_path_in_dependency_test.dart
+++ b/test/run/errors_if_path_in_dependency_test.dart
@@ -2,7 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import '../../lib/src/exit_codes.dart' as exit_codes;
+import 'package:pub/src/exit_codes.dart' as exit_codes;
+
import '../descriptor.dart' as d;
import '../test_pub.dart';
« no previous file with comments | « test/run/errors_if_only_transitive_dependency_test.dart ('k') | test/run/nonexistent_dependency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine