aboutsummaryrefslogtreecommitdiff
path: root/test/abi
diff options
context:
space:
mode:
authorDavid Chase <drchase@google.com>2021-01-14 20:10:35 -0500
committerDavid Chase <drchase@google.com>2021-01-15 15:16:05 +0000
commitb7a698c73fc61bf60e2e61db0c98f16b0bfc8652 (patch)
treef88b32593c1c9b2a36b0b17679446a97faa59755 /test/abi
parent4be7af23f97fe8d1b4210acde6789cf621564ec6 (diff)
downloadgo-b7a698c73fc61bf60e2e61db0c98f16b0bfc8652.tar.gz
go-b7a698c73fc61bf60e2e61db0c98f16b0bfc8652.zip
[dev.regabi] test: disable test on windows because expected contains path separators.
The feature being tested is insensitive to the OS anyway. Change-Id: Ieac9bfaafc6a54c00017afcc0b87bd8bbe80af7b Reviewed-on: https://go-review.googlesource.com/c/go/+/284032 Trust: David Chase <drchase@google.com> Run-TryBot: David Chase <drchase@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'test/abi')
-rw-r--r--test/abi/regabipragma.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/abi/regabipragma.go b/test/abi/regabipragma.go
index 93cdb6abbb..6a1b1938ea 100644
--- a/test/abi/regabipragma.go
+++ b/test/abi/regabipragma.go
@@ -1,4 +1,5 @@
// runindir
+// +build !windows
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style