aboutsummaryrefslogtreecommitdiff
path: root/test/convert5.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/convert5.go')
-rw-r--r--test/convert5.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/convert5.go b/test/convert5.go
index df247ca0b9..6a787071de 100644
--- a/test/convert5.go
+++ b/test/convert5.go
@@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-//go:build !wasm && !386 && !arm && !mips
+//go:build !wasm && !386 && !arm && !mips && !mipsle
// TODO fix this to work for wasm and 32-bit architectures.
// Doing more than this, however, expands the change.