race_test.go 121 Bytes
Newer Older
Juan Batiz-Benet's avatar
v1  
Juan Batiz-Benet committed
1 2 3 4 5 6 7 8 9
package detectrace

import (
	"testing"
)

func TestWithRace(t *testing.T) {
	t.Logf("WithRace() is %v\n", WithRace())
}