mirror of
https://github.com/golang/go
synced 2024-11-08 13:56:21 -07:00
b7a698c73f
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>
11 lines
273 B
Go
11 lines
273 B
Go
// runindir
|
|
// +build !windows
|
|
|
|
// Copyright 2021 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// TODO May delete or adapt this test once regabi is the default
|
|
|
|
package ignore
|