stopper_test.go 103 B

12345678
  1. package proc
  2. import "testing"
  3. func TestNopStopper(t *testing.T) {
  4. // no panic
  5. noopStopper.Stop()
  6. }