github.com/ttysteale/packer@v0.8.2-0.20150708160520-e5f8ea386ed8/post-processor/vagrant/virtualbox_test.go (about) 1 package vagrant 2 3 import ( 4 "testing" 5 ) 6 7 func TestVBoxProvider_impl(t *testing.T) { 8 var _ Provider = new(VBoxProvider) 9 }