orbiter/vendor/github.com/mitchellh/cli/ui_concurrent_test.go
Gianluca Arbezzano 747f564a7a First commit
2017-02-21 00:07:57 +00:00

10 lines
111 B
Go

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