terraform/config/loader_hcl_test.go

10 lines
137 B
Go
Raw Normal View History

2014-08-05 07:04:48 +02:00
package config
import (
"testing"
)
func TestHCLConfigurableConfigurable(t *testing.T) {
var _ configurable = new(hclConfigurable)
}