mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[qfcc] Fix a test that wasn't failing when it should
This commit is contained in:
parent
a069fad41e
commit
de89f2f31f
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ int main ()
|
|||
int ret = 0;
|
||||
ret |= test_simple_global ();
|
||||
ret |= test_struct_global ();
|
||||
x = 0; y = 0;
|
||||
ret |= test_simple_pointer (&x, &y);
|
||||
ret |= test_struct_pointer (&bar, &baz);
|
||||
return ret;
|
||||
|
|
Loading…
Reference in a new issue