Files
Packer-Cn/post-processor/vagrant/vmware_test.go
T

10 lines
125 B
Go
Raw Normal View History

package vagrant
import (
"testing"
)
2013-12-19 13:44:18 -08:00
func TestVMwareProvider_impl(t *testing.T) {
var _ Provider = new(VMwareProvider)
}