github.com/mem/u-root@v2.0.1-0.20181004165302-9b18b4636a33+incompatible/cmds/elvish/eval/builtin_fn_cmd_test.go (about)

     1  package eval
     2  
     3  import "testing"
     4  
     5  func TestBuiltinFnCmd(t *testing.T) {
     6  	runTests(t, []Test{})
     7  }