harness-drone/vendor/github.com/mitchellh/cli/ui_concurrent_test.go
2015-09-29 18:21:17 -07:00

9 lines
111 B
Go

package cli
import (
"testing"
)
func TestConcurrentUi_impl(t *testing.T) {
var _ Ui = new(ConcurrentUi)
}