From 562fabcac7762b150fce2dfcd54e05a0639b622f Mon Sep 17 00:00:00 2001 From: Michael Matloob Date: Mon, 6 Jan 2020 12:35:19 -0500 Subject: [PATCH] cmd/go/testdata/script: delete trailing space in test Addressing comment in golang.org/cl/212620. I submitted the change before I addressed the comment. Change-Id: I008fdb4fed1e0b2d24d739991fe10122695b90b6 Reviewed-on: https://go-review.googlesource.com/c/go/+/213419 Run-TryBot: Michael Matloob Reviewed-by: Jay Conrod --- src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt b/src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt index 02159d09fd..74ca315a72 100644 --- a/src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt +++ b/src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt @@ -2,7 +2,7 @@ # First make sure that badpkg fails the list of '...'. ! go list ... -stderr badpkg +stderr badpkg # Check that the list of 'm...' succeeds. That implies badpkg was skipped. go list m... -- 2.50.0