diff options
Diffstat (limited to 'src/runtime/testdata/testprogcgo/threadpanic.go')
| -rw-r--r-- | src/runtime/testdata/testprogcgo/threadpanic.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/testdata/testprogcgo/threadpanic.go b/src/runtime/testdata/testprogcgo/threadpanic.go index f9b48a9026..2d24fe68ea 100644 --- a/src/runtime/testdata/testprogcgo/threadpanic.go +++ b/src/runtime/testdata/testprogcgo/threadpanic.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build !plan9 // +build !plan9 package main |
