blob: ac2b7d7ea8fd62de4a7c93a41576b646b867d1ca [file] [log] [blame]
package command
import (
"testing"
"github.com/mitchellh/cli"
)
func TestColorizeUi_impl(t *testing.T) {
var _ cli.Ui = new(ColorizeUi)
}