mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 16:31:10 -06:00
10 lines
133 B
Go
10 lines
133 B
Go
package terraform
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestEvalSequence_impl(t *testing.T) {
|
|
var _ EvalNodeFilterable = new(EvalSequence)
|
|
}
|