packer-cn/builder/vmware/common/output_dir_local_test.go

10 lines
125 B
Go
Raw Normal View History

package common
import (
"testing"
)
2018-03-13 04:27:26 -04:00
func TestLocalOutputDir_impl(t *testing.T) {
var _ OutputDir = new(LocalOutputDir)
}