mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 18:30:41 -05:00
9 lines
118 B
Go
9 lines
118 B
Go
package common
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestVBox42Driver_impl(t *testing.T) {
|
|
var _ Driver = new(VBox42Driver)
|
|
}
|