- fix comparator test

pull/32/head
Emir Pasic 8 years ago
parent b143e3a370
commit f310ac001e

@ -15,7 +15,7 @@ func TestIntComparator(t *testing.T) {
{1, 1, 0},
{1, 2, -1},
{2, 1, 1},
{11, 22, -1},
{11, 22, -11},
{0, 0, 0},
{1, 0, 1},
{0, 1, -1},

Loading…
Cancel
Save