github.com/ttysteale/packer@v0.8.2-0.20150708160520-e5f8ea386ed8/builder/null/builder_test.go (about) 1 package null 2 3 import ( 4 "github.com/mitchellh/packer/packer" 5 "testing" 6 ) 7 8 func TestBuilder_implBuilder(t *testing.T) { 9 var _ packer.Builder = new(Builder) 10 }