]> Cypherpunks repositories - gostls13.git/commit
internal/testenv: actually try to exec on ios and wasm
authorBryan C. Mills <bcmills@google.com>
Mon, 24 Apr 2023 14:09:17 +0000 (10:09 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 24 Apr 2023 20:39:25 +0000 (20:39 +0000)
commit3f987ae61d4c52ddc364abf6472227d7821c9e43
tree2b66b8edd4a62fb40173333c6061f7d0e870c759
parenta8af76284d4dadc7720b69cc3e1882865ce509e5
internal/testenv: actually try to exec on ios and wasm

Due to a stray edit in CL 486275, the assignment to tryExecOk
in tryExec on ios would be immediately overwritten back to false.
This change fixes the stray edit.

Change-Id: I4f45fbf130dc912305e5f453b0d1a622ba199ad4
Reviewed-on: https://go-review.googlesource.com/c/go/+/488076
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/internal/testenv/exec.go