Sign in
edge
/
third_party
/
Masterminds
/
glide
/
d2c8a1965f0e0d099de481108d1dc7fd1f12803b
/
.
/
glide_test.go
blob: 1c50468f4e562ca992432c566355ee686d2e947f [
file
] [
log
] [
blame
]
package main
import (
"testing"
)
func TestCommandsNonEmpty(t *testing.T) {
commands := commands()
if len(commands) == 0 {
t.Fail()
}
}