github.com/docker/docker@v299999999.0.0-20200612211812-aaf470eca7b5+incompatible/pkg/system/syscall_windows_test.go (about)

     1  package system // import "github.com/docker/docker/pkg/system"
     2  
     3  import "testing"
     4  
     5  func TestHasWin32KSupport(t *testing.T) {
     6  	s := HasWin32KSupport() // make sure this doesn't panic
     7  
     8  	t.Logf("win32k: %v", s) // will be different on different platforms -- informative only
     9  }