Commit 8be91f31 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent dfdd7df5
...@@ -517,6 +517,7 @@ func (t *T) closeStreamTab() (nnak int) { ...@@ -517,6 +517,7 @@ func (t *T) closeStreamTab() (nnak int) {
// Run runs f under tracetest environment. // Run runs f under tracetest environment.
// //
// It is similar to Verify but f is ran only once. // It is similar to Verify but f is ran only once.
// Run does not check for race conditions.
func Run(t testing.TB, f func(t *T)) { func Run(t testing.TB, f func(t *T)) {
run(t, f, nil) 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