elvish/pkg/program/shell/shell_test.go
2019-12-23 20:00:59 +00:00

8 lines
93 B
Go

package shell
import "testing"
func TestShell(t *testing.T) {
// TODO(xiaq): Add tests.
}