]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/testdata/script: delete trailing space in test
authorMichael Matloob <matloob@golang.org>
Mon, 6 Jan 2020 17:35:19 +0000 (12:35 -0500)
committerMichael Matloob <matloob@golang.org>
Mon, 6 Jan 2020 17:40:38 +0000 (17:40 +0000)
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 <matloob@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt

index 02159d09fd33f24c4df9396dfdbe361a8cd7c989..74ca315a72aa7d08228aca6d927fca81512e6568 100644 (file)
@@ -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...