packer-cn/builder/hyperv/common/config_test.go

12 lines
186 B
Go
Raw Normal View History

package common
import (
"testing"
2017-04-04 16:39:01 -04:00
"github.com/hashicorp/packer/template/interpolate"
)
func testConfigTemplate(t *testing.T) *interpolate.Context {
return &interpolate.Context{}
}