mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 22:31:36 +00:00
improved test of last attribute
This commit is contained in:
parent
5319caaaea
commit
acdc559d1f
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
float here;
|
||||
[[last]] float here;
|
||||
#ifdef MAKE_IT_FAIL
|
||||
float here;
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
I: last.qc
|
||||
D: last attribute
|
||||
T: -fail
|
||||
C: -std=gmqcc
|
||||
T: -compile
|
||||
C: -std=gmqcc -fftepp
|
||||
F: -no-defs
|
||||
|
|
5
tests/last2.tmpl
Normal file
5
tests/last2.tmpl
Normal file
|
@ -0,0 +1,5 @@
|
|||
I: last.qc
|
||||
D: last attribute
|
||||
T: -fail
|
||||
C: -std=gmqcc -DMAKE_IT_FAIL
|
||||
F: -no-defs
|
Loading…
Reference in a new issue