mirror of https://github.com/golang/go.git
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
|
|
@ -5,9 +5,9 @@
|
||||||
package sanitizers_test
|
package sanitizers_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"runtime"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
"runtime"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestTSAN(t *testing.T) {
|
func TestTSAN(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue