aboutsummaryrefslogtreecommitdiff
path: root/test/inline.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/inline.go')
-rw-r--r--test/inline.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/inline.go b/test/inline.go
index a2c13103d3..9bc0cf5e4b 100644
--- a/test/inline.go
+++ b/test/inline.go
@@ -1,5 +1,8 @@
// errorcheckwithauto -0 -m -d=inlfuncswithclosures=1
+//go:build !goexperiment.newinliner
+// +build !goexperiment.newinliner
+
// Copyright 2015 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.