diff options
| author | eric fang <eric.fang@arm.com> | 2022-06-28 09:58:19 +0000 |
|---|---|---|
| committer | Eric Fang <eric.fang@arm.com> | 2022-08-10 02:14:09 +0000 |
| commit | 5531838c046eb1a94b142deeb89d7d8d9be3fc14 (patch) | |
| tree | 6774dc14b975fbc0b354fafbd48ef5d954f36e69 /src/plugin/plugin_test.go | |
| parent | efe5929dbd23054395ea128325edba8d23b6d5fc (diff) | |
| download | go-5531838c046eb1a94b142deeb89d7d8d9be3fc14.tar.xz | |
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 <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>
Diffstat (limited to 'src/plugin/plugin_test.go')
| -rw-r--r-- | src/plugin/plugin_test.go | 2 |
1 files changed, 0 insertions, 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 ( |
