From 59ea685ce96a696281e56badd80d2e5dd618b0b0 Mon Sep 17 00:00:00 2001 From: Paul Jolly Date: Fri, 3 May 2019 20:46:52 +0100 Subject: [PATCH] cmd/go: fix clang test break as a result of golang.org/cl/127495 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 Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- src/cmd/go/testdata/script/bug.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmd/go/testdata/script/bug.txt b/src/cmd/go/testdata/script/bug.txt index f8bc9e7c1d..b9bbaaad33 100644 --- a/src/cmd/go/testdata/script/bug.txt +++ b/src/cmd/go/testdata/script/bug.txt @@ -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