mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
8 lines
108 B
Go
8 lines
108 B
Go
package eval
|
|
|
|
import "testing"
|
|
|
|
func TestBuiltinFnCmd(t *testing.T) {
|
|
Test(t /* TODO: Add test cases */)
|
|
}
|