Skip to content

Commit 562fabc

Browse files
committed
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 <[email protected]> Reviewed-by: Jay Conrod <[email protected]>
1 parent a5cff1e commit 562fabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# First make sure that badpkg fails the list of '...'.
44
! go list ...
5-
stderr badpkg
5+
stderr badpkg
66

77
# Check that the list of 'm...' succeeds. That implies badpkg was skipped.
88
go list m...

0 commit comments

Comments
 (0)