aboutsummaryrefslogtreecommitdiff
path: root/src/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin')
-rw-r--r--src/plugin/plugin_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugin/plugin_test.go b/src/plugin/plugin_test.go
index be742b8c6d..b334c5cf0e 100644
--- a/src/plugin/plugin_test.go
+++ b/src/plugin/plugin_test.go
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build !nacl !linux,arm64
+// +build !nacl
+// +build !linux linux,!arm64
package plugin_test