1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:40:22 -07:00

go/types: add missing build tag to api_go1.18_test.go

This file has a go:build comment without a corresponding +build comment.

Change-Id: Id01604242a14d8ead16ffb9aa1b45eef7706956a
Reviewed-on: https://go-review.googlesource.com/c/go/+/300450
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
Rob Findley 2021-03-10 11:30:24 -05:00 committed by Robert Findley
parent 7457462303
commit 489231111f

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
//go:build go1.18
// +build go1.18
package types_test