github.com/StackPointCloud/packer@v0.10.2-0.20180716202532-b28098e0f79b/post-processor/vagrant/lxc_test.go (about) 1 package vagrant 2 3 import ( 4 "testing" 5 ) 6 7 func TestLXCProvider_impl(t *testing.T) { 8 var _ Provider = new(LXCProvider) 9 }