| Index: sdk/lib/_internal/pub/test/get/path/path_is_file_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/get/path/path_is_file_test.dart b/sdk/lib/_internal/pub/test/get/path/path_is_file_test.dart
|
| index 288f68ff67cb95a72c7924e74f0fd31b763d7666..81524c808d61eed7dfecc5e23aa86068aa8d9e2c 100644
|
| --- a/sdk/lib/_internal/pub/test/get/path/path_is_file_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/path/path_is_file_test.dart
|
| @@ -24,7 +24,7 @@ main() {
|
| })
|
| ]).create();
|
|
|
| - pubGet(error: "Path dependency for package 'foo' must refer to a "
|
| - "directory, not a file. Was '$dummyPath'.");
|
| + pubGet(error: 'Path dependency for package foo must refer to a '
|
| + 'directory, not a file. Was "$dummyPath".');
|
| });
|
| }
|
|
|