File: process_darwin_test.go

package info (click to toggle)
golang-github-mitchellh-go-ps 0.0~git20150710.0.e6c6068-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 100 kB
  • ctags: 66
  • sloc: ansic: 43; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// +build darwin

package ps

import (
	"testing"
)

func TestDarwinProcess_impl(t *testing.T) {
	var _ Process = new(DarwinProcess)
}