opentofu/config/loader_hcl_test.go
Mitchell Hashimoto 038cca291e config: HCL loader
2014-08-11 09:58:53 -07:00

10 lines
137 B
Go

package config
import (
"testing"
)
func TestHCLConfigurableConfigurable(t *testing.T) {
var _ configurable = new(hclConfigurable)
}