]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/syntax: skip GOROOT/misc in TestStdLib if it doesn't exist
authorBryan C. Mills <bcmills@google.com>
Fri, 16 Jun 2023 19:56:37 +0000 (15:56 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 16 Jun 2023 20:47:32 +0000 (20:47 +0000)
commit0183c1aa02dc2efd17d9693d960ca6f4266eee8a
tree137e9364c0384760a7528bdcdb531713c7be9f2b
parent199fbd4b5911d90a99b13db44e5f2a9ca85f0d9e
cmd/compile/internal/syntax: skip GOROOT/misc in TestStdLib if it doesn't exist

cmd/distpack deletes GOROOT/misc from its distribution.

For #24904.

Change-Id: I47c60e9a6d39d015683dde7f44bf7c34517b6a8e
Reviewed-on: https://go-review.googlesource.com/c/go/+/504059
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/cmd/compile/internal/syntax/parser_test.go