| Index: test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart
|
| diff --git a/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart b/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart
|
| index 43e667fe81a3d1b92e0d844e077a3ea94e6e0fbc..95401448927c99ac07f4f99b6001c5e75f207e42 100644
|
| --- a/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart
|
| +++ b/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart
|
| @@ -31,7 +31,7 @@ main() {
|
| repo.runGit(['commit', '-m', 'delete']);
|
|
|
| pubUpgrade(error: new RegExp(r'Could not find a file named "pubspec.yaml" '
|
| - r'in "[^\n]*"\.'));
|
| + r'in [^\n]*\.'));
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
|
|