github.com/kikitux/packer@v0.10.1-0.20160322154024-6237df566f9f/builder/virtualbox/common/driver_4_2_test.go (about)

     1  package common
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestVBox42Driver_impl(t *testing.T) {
     8  	var _ Driver = new(VBox42Driver)
     9  }