Skip to content
Snippets Groups Projects
Commit 9d707158 authored by Rico Wind's avatar Rico Wind
Browse files

Fix path in where pub is located in the main repo

We moved this location again to get custom pub testing

R=nweiz@google.com
BUG=

Review URL: https://codereview.chromium.org//1164203003
parent e1c16aa2
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment