bump(github.com/benbjohnson/go-raft): d46748244f1f1830a002b8f645342426c5d73e81
This commit is contained in:
13
third_party/github.com/benbjohnson/go-raft/z_test.go
vendored
Normal file
13
third_party/github.com/benbjohnson/go-raft/z_test.go
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
package raft
|
||||
|
||||
/*
|
||||
import (
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
||||
func TestGC(t *testing.T) {
|
||||
<-time.After(500 * time.Millisecond)
|
||||
panic("Oh god no!")
|
||||
}
|
||||
*/
|
Reference in New Issue
Block a user