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

10 lines
121 B
Go
Raw Normal View History

package vagrant
import (
"testing"
)
2013-12-19 13:22:46 -08:00
func TestVBoxProvider_impl(t *testing.T) {
var _ Provider = new(VBoxProvider)
}