| Index: sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart b/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
|
| index 32f71803596685024bc55bb5bad9f8a75dab1124..7779467b5c3a9fea6aa4409f816a11779db78827 100644
|
| --- a/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/path/path_is_file_test.dart
|
| @@ -5,7 +5,6 @@
|
| import 'package:pathos/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';
|
|
|
| @@ -38,6 +37,6 @@ main() {
|
| schedulePub(args: ['install'],
|
| error: new RegExp("Path dependency for package 'foo' must refer to a "
|
| "directory, not a file. Was '$escapePath'."),
|
| - exitCode: exit_codes.DATA);
|
| + exitCode: 1);
|
| });
|
| }
|
|
|