mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
8 lines
121 B
Go
8 lines
121 B
Go
package vals
|
|
|
|
import "testing"
|
|
|
|
func TestCmp(t *testing.T) {
|
|
// Cmp is tested by tests of the Elvish compare command.
|
|
}
|