add more tests for proc (#439)

This commit is contained in:
Kevin Wan
2021-02-05 15:11:27 +08:00
committed by GitHub
parent b88ba14597
commit d04b54243d
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package proc
import "testing"
func TestNopStopper(t *testing.T) {
// no panic
noopStopper.Stop()
}