Files
Packer-Cn/builder/null/artifact_export_test.go
T

12 lines
159 B
Go
Raw Normal View History

2014-03-24 11:20:32 +01:00
package null
import (
"testing"
2018-01-22 17:21:10 -08:00
"github.com/hashicorp/packer/packer"
2014-03-24 11:20:32 +01:00
)
func TestNullArtifact(t *testing.T) {
var _ packer.Artifact = new(NullArtifact)
}