mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 01:40:26 -05:00
9 lines
125 B
Go
9 lines
125 B
Go
package vagrant
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestVMwareProvider_impl(t *testing.T) {
|
|
var _ Provider = new(VMwareProvider)
|
|
}
|