blob: d03e498091a11f330f4829b018d36a27bc125233 [file] [log] [blame]
package cli
import (
"testing"
)
func TestConcurrentUi_impl(t *testing.T) {
var _ Ui = new(ConcurrentUi)
}