opentofu/config/loader_hcl_test.go

10 lines
137 B
Go
Raw Normal View History

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