mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Put the mistaken test case back in.
This commit is contained in:
parent
eb5d2720e4
commit
e5903a60ff
1 changed files with 2 additions and 0 deletions
|
@ -174,6 +174,8 @@ test_t tests[] = {
|
|||
|
||||
{"Box, ridge", &box, &hull_ridge,
|
||||
{4, 0, 41}, { 4, 0, 39}, { 0.5, 0, 0, 1, 0, 8}},
|
||||
{"Box, ridge, all solid", &box, &hull_ridge,
|
||||
{4, 41, 0}, { 4, 39, 0}, { 1, 1, 1, 0, 0, 8}},
|
||||
};
|
||||
#define num_tests (sizeof (tests) / sizeof (tests[0]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue