From 5531838c046eb1a94b142deeb89d7d8d9be3fc14 Mon Sep 17 00:00:00 2001 From: eric fang Date: Tue, 28 Jun 2022 09:58:19 +0000 Subject: [PATCH] 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 --- src/plugin/plugin_test.go | 2 -- 1 file changed, 2 deletions(-) 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 ( -- 2.50.0