diff options
Diffstat (limited to 'src/pkg/sync/rwmutex_test.go')
-rw-r--r-- | src/pkg/sync/rwmutex_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/sync/rwmutex_test.go b/src/pkg/sync/rwmutex_test.go index dc8ce9653..39d5d6540 100644 --- a/src/pkg/sync/rwmutex_test.go +++ b/src/pkg/sync/rwmutex_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// GOMAXPROCS=10 gotest +// GOMAXPROCS=10 go test package sync_test |