mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
misc/cgo/testsanitizers: gofmt
Change-Id: I4e7328bb89f504dbca3948b8565d22c44d41db3d Reviewed-on: https://go-review.googlesource.com/c/149917 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
3096b85d37
commit
48e4d36fed
1 changed files with 1 additions and 1 deletions
|
@ -5,9 +5,9 @@
|
|||
package sanitizers_test
|
||||
|
||||
import (
|
||||
"runtime"
|
||||
"strings"
|
||||
"testing"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
func TestTSAN(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue