Sign in
edge
/
third_party
/
Masterminds
/
glide
/
35e0e5c223b4f3a2e7416a6f23d104289ca68b7c
/
.
/
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()
}
}