mirror of https://github.com/hashicorp/packer
parent
637968f2dd
commit
bde4b02d2b
@ -0,0 +1,10 @@
|
||||
package googlecompute
|
||||
|
||||
import (
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestArtifact_impl(t *testing.T) {
|
||||
var _ packer.Artifact = new(Artifact)
|
||||
}
|
||||
Loading…
Reference in new issue