- fix test for int comparator

pull/50/head^2
Emir Pasic 8 years ago
parent d5d837214b
commit 0a96a47f6b

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

Loading…
Cancel
Save