github.com/yoctocloud/packer@v0.6.2-0.20160520224004-e11a0a18423f/builder/vmware/common/output_dir_local_test.go (about) 1 package common 2 3 import ( 4 "testing" 5 ) 6 7 func TestLocalOuputDir_impl(t *testing.T) { 8 var _ OutputDir = new(LocalOutputDir) 9 }