Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
2056d31911 |
1 changed files with 0 additions and 6 deletions
|
@ -5,16 +5,10 @@ import (
|
|||
"runtime"
|
||||
"sync"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
var wg sync.WaitGroup
|
||||
|
||||
func init() {
|
||||
// Use different values every test to try and catch edge cases.
|
||||
rand.Seed(time.Now().Unix())
|
||||
}
|
||||
|
||||
func TestInit(t *testing.T) {
|
||||
// test all available dimensional combinations
|
||||
for n := 1; n <= MaxN; n++ {
|
||||
|
|
Loading…
Add table
Reference in a new issue