| Index: lib/src/io.dart
|
| diff --git a/lib/src/io.dart b/lib/src/io.dart
|
| index 7fcfcc360b58ffa9c20a5706d75cd5ac2755be28..944e0a5a8c995f9ae15e2499569954ce37a7f0e6 100644
|
| --- a/lib/src/io.dart
|
| +++ b/lib/src/io.dart
|
| @@ -496,7 +496,7 @@ final bool runningFromSdk =
|
| /// A regular expression to match the script path of a pub script running from
|
| /// source in the Dart repo.
|
| final _dartRepoRegExp = new RegExp(
|
| - r"/third_party/pkg_tested/pub/("
|
| + r"/third_party/pkg/pub/("
|
| r"bin/pub\.dart"
|
| r"|"
|
| r"\.pub/pub\.test\.snapshot"
|
|
|