packer-cn/builder/vmware/common/config_test.go
Mitchell Hashimoto 4bb16ac223 fix failing tests
2015-05-27 14:30:59 -07:00

12 lines
186 B
Go

package common
import (
"testing"
"github.com/mitchellh/packer/template/interpolate"
)
func testConfigTemplate(t *testing.T) *interpolate.Context {
return &interpolate.Context{}
}