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

Unified Diff: test/dart2js/does_not_support_invalid_option_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
Index: test/dart2js/does_not_support_invalid_option_test.dart
diff --git a/test/dart2js/does_not_support_invalid_option_test.dart b/test/dart2js/does_not_support_invalid_option_test.dart
index 1d299198287c0362b121e8e29ec6cf5d0ad10c99..93c0cdc3cd37f70b20d01c96b1598d331602e8a7 100644
--- a/test/dart2js/does_not_support_invalid_option_test.dart
+++ b/test/dart2js/does_not_support_invalid_option_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';
import '../serve/utils.dart';
« no previous file with comments | « test/cache/repair/reinstalls_git_packages_test.dart ('k') | test/dart2js/reports_dart_parse_errors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698