]> Cypherpunks.ru repositories - gostls13.git/commit
plugin: fix build constraint to disable test on linux/arm64
authorTobias Klauser <tklauser@distanz.ch>
Wed, 28 Nov 2018 15:50:57 +0000 (16:50 +0100)
committerAndrew Bonventre <andybons@golang.org>
Wed, 28 Nov 2018 18:14:20 +0000 (18:14 +0000)
commit2d4bd3db7f0eb3d833453ae39079a5f2e5db2737
treefc16fe58dbf9603cd6a50daf5d289ade08da6edb
parentbfc54bb6f3971346e184fcf3915dd17486db51c7
plugin: fix build constraint to disable test on linux/arm64

CL 151478 was suppose to fix the build failure on linux/arm64 but the
build constraint didn't exclude linux/arm64 properly.

Fixes #28982

Change-Id: Ia80265b0adba0384cd28bc2deb1726418664975a
Reviewed-on: https://go-review.googlesource.com/c/151303
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
src/plugin/plugin_test.go