aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/run_wildcard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/script/run_wildcard.txt')
-rw-r--r--src/cmd/go/testdata/script/run_wildcard.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/testdata/script/run_wildcard.txt b/src/cmd/go/testdata/script/run_wildcard.txt
index 72036d1d8d..3e7e7b7e42 100644
--- a/src/cmd/go/testdata/script/run_wildcard.txt
+++ b/src/cmd/go/testdata/script/run_wildcard.txt
@@ -4,4 +4,4 @@ env GO111MODULE=off
# go run x/... should not panic when directory x doesn't exist.
! go run nonexistent/...
-stderr '^go run: no packages loaded from nonexistent/...$'
+stderr '^go: no packages loaded from nonexistent/...$'