Chromium Code Reviews

Unified Diff: test/barback/fails_on_disallowed_directories_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
Index: test/barback/fails_on_disallowed_directories_test.dart
diff --git a/test/barback/fails_on_disallowed_directories_test.dart b/test/barback/fails_on_disallowed_directories_test.dart
index a57d8e7db545cd8621ee0abe6507224660349e25..0eba8dde9cde24a87e7fbe6097cb00b61f669f62 100644
--- a/test/barback/fails_on_disallowed_directories_test.dart
+++ b/test/barback/fails_on_disallowed_directories_test.dart
@@ -2,10 +2,10 @@
// 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 'package:pub/src/exit_codes.dart' as exit_codes;
import 'package:path/path.dart' as path;
import 'package:scheduled_test/scheduled_test.dart';
-import '../../lib/src/exit_codes.dart' as exit_codes;
import '../descriptor.dart' as d;
import '../test_pub.dart';
import 'utils.dart';

Powered by Google App Engine