github.com/homburg/packer@v0.6.1-0.20140528012651-1dcaf1716848/builder/parallels/common/driver_9_test.go (about) 1 package common 2 3 import ( 4 "testing" 5 ) 6 7 func TestParallels9Driver_impl(t *testing.T) { 8 var _ Driver = new(Parallels9Driver) 9 }