Commit a9f156f4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e4221444
......@@ -559,7 +559,10 @@ func run(t testing.TB, f func(t *T), delayInjectTab map[string]*delayInjectState
}
// Verify verifies a test system.
// XXX
//
// It runs f under T environment, catching race conditions, deadlocks and
// unexpected events. f is rerun several times and should not alter its
// behaviour from run to run.
func Verify(t *testing.T, f func(t *T)) {
tT0 := run(t, f, nil)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment