aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/stdio/testdata/hello.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/stdio/testdata/hello.go')
-rw-r--r--misc/cgo/stdio/testdata/hello.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/cgo/stdio/testdata/hello.go b/misc/cgo/stdio/testdata/hello.go
index 046bfee7a7..c0b52bf6c5 100644
--- a/misc/cgo/stdio/testdata/hello.go
+++ b/misc/cgo/stdio/testdata/hello.go
@@ -1,10 +1,8 @@
-// run -tags=use_go_run
-
// Copyright 2009 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.
-// +build test_run
+//go:build test_run
package main