mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-15 20:17:50 +08:00
8 lines
93 B
Go
8 lines
93 B
Go
|
package shell
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestShell(t *testing.T) {
|
||
|
// TODO(xiaq): Add tests.
|
||
|
}
|