File: ui_concurrent_test.go

package info (click to toggle)
golang-github-mitchellh-cli 0.0~git20160203.0.5c87c51-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 172 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
package cli

import (
	"testing"
)

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