From: David Chase Date: Fri, 15 Jan 2021 01:10:35 +0000 (-0500) Subject: [dev.regabi] test: disable test on windows because expected contains path separators. X-Git-Tag: go1.17beta1~1539^2~95 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b7a698c73f;p=gostls13.git [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 Run-TryBot: David Chase TryBot-Result: Go Bot Reviewed-by: Than McIntosh --- 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