]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/stdio/testdata/fib.go
misc/cgo/{life,stdio}: remove reliance on test/run.go
[gostls13.git] / misc / cgo / stdio / testdata / fib.go
index 49cb0ea06f23c8f59973dce88fdcc381b80e66fe..96173683353151458b698f6a0409aacfa8cd1177 100644 (file)
@@ -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
 
 // Compute Fibonacci numbers with two goroutines
 // that pass integers back and forth.  No actual