From: eric fang Date: Tue, 28 Jun 2022 09:58:19 +0000 (+0000) Subject: plugin: enable plugin test on linux/arm64 X-Git-Tag: go1.20rc1~1717 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5531838c046eb1a94b142deeb89d7d8d9be3fc14;p=gostls13.git plugin: enable plugin test on linux/arm64 The test passed on linux/arm64, so re-enable it. Change-Id: Ib5252d89b58f0de256993065e27b64c4676f5103 Reviewed-on: https://go-review.googlesource.com/c/go/+/414975 Reviewed-by: David Chase Reviewed-by: Cherry Mui Run-TryBot: Eric Fang TryBot-Result: Gopher Robot --- diff --git a/src/plugin/plugin_test.go b/src/plugin/plugin_test.go index 8185095f85..557987cfa6 100644 --- a/src/plugin/plugin_test.go +++ b/src/plugin/plugin_test.go @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build !linux || (linux && !arm64) - package plugin_test import (