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

11 lines
158 B
Go
Raw Normal View History

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