]> Cypherpunks repositories - gostls13.git/commitdiff
plugin: enable plugin test on linux/arm64
authoreric fang <eric.fang@arm.com>
Tue, 28 Jun 2022 09:58:19 +0000 (09:58 +0000)
committerEric Fang <eric.fang@arm.com>
Wed, 10 Aug 2022 02:14:09 +0000 (02:14 +0000)
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 <drchase@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Eric Fang <eric.fang@arm.com>
TryBot-Result: Gopher Robot <gobot@golang.org>

src/plugin/plugin_test.go

index 8185095f8580bdc039d4b555b377f8bf4ae8d74d..557987cfa6c94b140da71ab5bc760d6e57d26a1a 100644 (file)
@@ -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 (