Skip to content

Commit

Permalink
cmd/go: fix clang test break as a result of golang.org/cl/127495
Browse files Browse the repository at this point in the history
golang.org/cl/127495 incorrectly tested against environment specifc
details that do not form part of the script test conditions. This broke
the clang build.

Fix by removing the specific check; the existing checks are sufficient.

Change-Id: Ic6ec873df9343c809968a08dd676e210046da5fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/175179
Run-TryBot: Paul Jolly <[email protected]>
Reviewed-by: Brad Fitzpatrick <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
  • Loading branch information
myitcv committed May 3, 2019
1 parent 4a4e05b commit 59ea685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/go/testdata/script/bug.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ grep '^go version' $TMPDIR/browser
grep '^GOROOT/bin/go version: go version' $TMPDIR/browser
grep '^GOROOT/bin/go tool compile -V: compile version' $TMPDIR/browser
grep '^uname -sr: Linux' $TMPDIR/browser
grep 'GNU C Library' $TMPDIR/browser

-- go.mod --
module browser
Expand Down

0 comments on commit 59ea685

Please sign in to comment.