mirror of https://github.com/golang/go.git
test/fixedbugs: fix go directive of issue16008.go
This change modifies issue16008.go I fixed // go:noinline to //go:noinline
This commit is contained in:
parent
45bae64015
commit
dd1868f2ca
|
|
@ -37,7 +37,7 @@ type Node struct {
|
||||||
type MemoryStore struct {
|
type MemoryStore struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// go:noinline
|
//go:noinline
|
||||||
func setupNodes(n int) (s *MemoryStore, nodeIDs []string) {
|
func setupNodes(n int) (s *MemoryStore, nodeIDs []string) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue