github.com/system-transparency/u-root@v6.0.1-0.20190919065413-ed07a650de4c+incompatible/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  }