Fix a silly test case error.

This commit is contained in:
Bill Currie 2011-12-04 10:47:52 +09:00
parent 487a6b20ab
commit cdfc922bce

View file

@ -173,7 +173,7 @@ test_t tests[] = {
{-1, -16, 0}, { -1, 16, 0}, { 0.25, 0, 0, 1, 0, 13}},
{"Box, ridge", &box, &hull_ridge,
{4, 41, 0}, { 4, 39, 0}, { 0.5, 0, 0, 1, 0, 8}},
{4, 0, 41}, { 4, 0, 39}, { 0.5, 0, 0, 1, 0, 8}},
};
#define num_tests (sizeof (tests) / sizeof (tests[0]))