ingress-nginx-helm/vendor/github.com/mitchellh/go-ps/process_darwin_test.go
Manuel de Brito Fontes bf5616c65b Replace godep with dep
2017-10-06 17:26:14 -03:00

11 lines
135 B
Go

// +build darwin
package ps
import (
"testing"
)
func TestDarwinProcess_impl(t *testing.T) {
var _ Process = new(DarwinProcess)
}