mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Fix a silly test case error.
This commit is contained in:
parent
487a6b20ab
commit
cdfc922bce
1 changed files with 1 additions and 1 deletions
|
@ -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]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue