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

Unified Diff: test/dependency_computer/error_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 | « test/dart2js/reports_dart_parse_errors_test.dart ('k') | test/dependency_computer/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dependency_computer/error_test.dart
diff --git a/test/dependency_computer/error_test.dart b/test/dependency_computer/error_test.dart
index a06a56617c8f5c24fa6f367c1f73b372d6cb02ec..ec88be00248f6551d3be7bcd5d593613c3f98a35 100644
--- a/test/dependency_computer/error_test.dart
+++ b/test/dependency_computer/error_test.dart
@@ -4,9 +4,9 @@
library pub_tests;
+import 'package:pub/src/exceptions.dart';
import 'package:scheduled_test/scheduled_test.dart';
-import '../../lib/src/exceptions.dart';
import '../descriptor.dart' as d;
import '../test_pub.dart';
import 'utils.dart';
« no previous file with comments | « test/dart2js/reports_dart_parse_errors_test.dart ('k') | test/dependency_computer/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698