This commit is contained in:
John Kerl 2021-03-29 00:31:26 -04:00
parent 77d1154dd5
commit ba7f18c789

View file

@ -23,7 +23,7 @@ import (
// * numeric compares on numbers
// * false < true
func TestComparctors(t *testing.T) {
func TestComparators(t *testing.T) {
i10 := MlrvalFromInt(10)
i2 := MlrvalFromInt(2)