github.com/yoctocloud/packer@v0.6.2-0.20160520224004-e11a0a18423f/builder/null/artifact_export_test.go (about) 1 package null 2 3 import ( 4 "github.com/mitchellh/packer/packer" 5 "testing" 6 ) 7 8 func TestNullArtifact(t *testing.T) { 9 var _ packer.Artifact = new(NullArtifact) 10 }