mirror of https://github.com/hashicorp/terraform
parent
50830e429a
commit
f22cc62b2c
@ -0,0 +1,14 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"io"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestLibuclConfigurableCloser(t *testing.T) {
|
||||
var _ io.Closer = new(libuclConfigurable)
|
||||
}
|
||||
|
||||
func TestLibuclConfigurableConfigurable(t *testing.T) {
|
||||
var _ configurable = new(libuclConfigurable)
|
||||
}
|
||||
Loading…
Reference in new issue