Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
ui_output_callback_test.go
blob: 1dd5ccddf9e83544c3a1fd5e9551c5f159fe79eb [
file
] [
log
] [
blame
]
package terraform
import (
"testing"
)
func TestCallbackUIOutput_impl(t *testing.T) {
var _ UIOutput = new(CallbackUIOutput)
}