Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: lib/src/io.dart

Issue 1164203003: Fix path in where pub is located in the main repo (Closed) Base URL: https://github.com/dart-lang/pub.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698