packer-cn/builder/virtualbox/common/driver_4_2_test.go

10 lines
118 B
Go

package common
import (
"testing"
)
func TestVBox42Driver_impl(t *testing.T) {
var _ Driver = new(VBox42Driver)
}