10 lines
119 B
Go
Raw Normal View History

2018-03-06 20:02:19 +00:00
package vagrant
import (
"testing"
)
func TestLXCProvider_impl(t *testing.T) {
var _ Provider = new(LXCProvider)
}