mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-08 05:00:13 -05: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)
|
|
}
|