github.com/kaixiang/packer@v0.5.2-0.20140114230416-1f5786b0d7f1/builder/googlecompute/artifact_test.go (about)

     1  package googlecompute
     2  
     3  import (
     4  	"github.com/mitchellh/packer/packer"
     5  	"testing"
     6  )
     7  
     8  func TestArtifact_impl(t *testing.T) {
     9  	var _ packer.Artifact = new(Artifact)
    10  }