mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
Updating ternary testcase to use -fcorrect-ternary - added fte-style test as well for it
This commit is contained in:
parent
37ccf19769
commit
d39df54f8a
2 changed files with 14 additions and 1 deletions
13
tests/ternary-fte.tmpl
Normal file
13
tests/ternary-fte.tmpl
Normal file
|
@ -0,0 +1,13 @@
|
|||
I: ternary.qc
|
||||
D: nested ternary expressions - FTE-style ternary
|
||||
T: -execute
|
||||
C: -std=fteqcc
|
||||
M: 1 a=11 a=21 a=other0
|
||||
M: 0
|
||||
M: 0
|
||||
M: 1 a=11 a=21 a=other0
|
||||
M: 0
|
||||
M: 0
|
||||
M: 5
|
||||
M: 9
|
||||
M: 10
|
|
@ -1,7 +1,7 @@
|
|||
I: ternary.qc
|
||||
D: nested ternary expressions
|
||||
T: -execute
|
||||
C: -std=fteqcc
|
||||
C: -std=fteqcc -fcorrect-ternary
|
||||
M: 1 a=1
|
||||
M: 1 a=2
|
||||
M: 1 a=other
|
||||
|
|
Loading…
Reference in a new issue