Tests: Non-determinancy: Add back in the IntMin tests.
This commit is contained in:
parent
a63622286f
commit
5866e67b8d
5 changed files with 85 additions and 2 deletions
6
Test/cppIntMinOverNegativeOne.frag
Normal file
6
Test/cppIntMinOverNegativeOne.frag
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#if (-2147483648 / -1) != 0
|
||||
#error INT_MIN / -1 should yield 0, something went wrong.
|
||||
#endif
|
||||
#if (-2147483648 % -1) != 0
|
||||
#error INT_MIN % -1 should yield 0, something went wrong.
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue