mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
Fix tests
This commit is contained in:
parent
de22dec56b
commit
859e9fe3da
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
I: arithexcept.qc
|
||||
D: arithmetic exceptions (overflow)
|
||||
T: -fail
|
||||
C: -std=ftqcc -farithmetic-exceptions -DOVERFLOW
|
||||
C: -std=fteqcc -farithmetic-exceptions -DOVERFLOW
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
I: arithexcept.qc
|
||||
D: arithmetic exceptions (underflow)
|
||||
T: -fail
|
||||
C: -std=ftqcc -farithmetic-exceptions -DUNDERFLOW
|
||||
C: -std=fteqcc -farithmetic-exceptions -DUNDERFLOW
|
||||
|
|
Loading…
Reference in a new issue