| Index: test/dart2js/reports_dart_parse_errors_test.dart
|
| diff --git a/test/dart2js/reports_dart_parse_errors_test.dart b/test/dart2js/reports_dart_parse_errors_test.dart
|
| index 0821b8652b7ceee32bf71fbd11844dde8a29bfb3..5f6829ed5dc712bb54a01f3791d120c5f2a5f08d 100644
|
| --- a/test/dart2js/reports_dart_parse_errors_test.dart
|
| +++ b/test/dart2js/reports_dart_parse_errors_test.dart
|
| @@ -3,10 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'package:path/path.dart' as p;
|
| +import 'package:pub/src/exit_codes.dart' as exit_codes;
|
| import 'package:scheduled_test/scheduled_test.dart';
|
| import 'package:scheduled_test/scheduled_stream.dart';
|
|
|
| -import '../../lib/src/exit_codes.dart' as exit_codes;
|
| import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
|
|
|
|