packer-cn/post-processor/vagrant/lxc_test.go

10 lines
119 B
Go

package vagrant
import (
"testing"
)
func TestLXCProvider_impl(t *testing.T) {
var _ Provider = new(LXCProvider)
}