github.com/insomniacslk/u-root@v0.0.0-20200717035308-96b791510d76/cmds/core/elvish/runtime/runtime_test.go (about) 1 package runtime 2 3 import "testing" 4 5 func TestRuntime(t *testing.T) { 6 // TODO(xiaq): Add tests. 7 }