DEBSOURCES
Skip Quicknav
sources / golang-github-mitchellh-cli / 0.0~git20160203.0.5c87c51-1~bpo8%2B1 / ui_concurrent_test.go
123456789
package cli import ( "testing" ) func TestConcurrentUi_impl(t *testing.T) { var _ Ui = new(ConcurrentUi) }