File: z_test.go

package info (click to toggle)
golang-raft 0.0~git20140427-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 468 kB
  • ctags: 684
  • sloc: makefile: 16
file content (13 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
package raft

/*
import (
	"testing"
	"time"
)

func TestGC(t *testing.T) {
	<-time.After(500 * time.Millisecond)
	panic("Oh god no!")
}
*/