elvish/pkg/eval/vals/cmp_test.go
2023-05-18 10:31:31 +01:00

8 lines
121 B
Go

package vals
import "testing"
func TestCmp(t *testing.T) {
// Cmp is tested by tests of the Elvish compare command.
}