Skip to content

Commit ef2f417

Browse files
committed
test: skip a test on failing test on nacl/386
This test was designed for #15609 and didn't consider nacl. It's not worth adding new +build-guarded assembly files in issue15609.dir for nacl, especially as nacl is going away. Fixes #32206 Change-Id: Ic5bd48b4f790a1f7019100b8a72d4688df75512f Reviewed-on: https://go-review.googlesource.com/c/go/+/178698 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 3ce865d commit ef2f417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fixedbugs/issue15609.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// runindir
22

3+
// +build !nacl
4+
35
// Copyright 2019 The Go Authors. All rights reserved.
46
// Use of this source code is governed by a BSD-style
57
// license that can be found in the LICENSE file.

0 commit comments

Comments
 (0)