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

10 lines
119 B
Go
Raw Normal View History

2018-03-06 15:02:19 -05:00
package vagrant
import (
"testing"
)
func TestLXCProvider_impl(t *testing.T) {
var _ Provider = new(LXCProvider)
}