 Chromium Code Reviews
 Chromium Code Reviews Issue 1153643002:
  Use "package:" imports for pub.  (Closed) 
  Base URL: git@github.com:dart-lang/pub_test@master
    
  
    Issue 1153643002:
  Use "package:" imports for pub.  (Closed) 
  Base URL: git@github.com:dart-lang/pub_test@master| Index: test/pub_test.dart | 
| diff --git a/test/pub_test.dart b/test/pub_test.dart | 
| index d664fa7fb74980f9c2d7dcec74c98d98e44182a3..bfed17cb519ec82225d4a1027d26982b77ce1ada 100644 | 
| --- a/test/pub_test.dart | 
| +++ b/test/pub_test.dart | 
| @@ -4,9 +4,9 @@ | 
| library pub_tests; | 
| +import 'package:pub/src/exit_codes.dart' as exit_codes; | 
| import 'package:scheduled_test/scheduled_test.dart'; | 
| -import '../lib/src/exit_codes.dart' as exit_codes; | 
| import 'test_pub.dart'; | 
| main() { |