mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
fix noreturn testcase descriptions... those were mixed up
This commit is contained in:
parent
f6d554874b
commit
17996dee50
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
I: noreturn.qc
|
||||
D: noreturn keyword - should fail
|
||||
D: noreturn keyword - should work
|
||||
T: -compile
|
||||
C: -std=fteqcc -Wall -Werror -DTEST=2 -DNORETURN=[[noreturn]]
|
||||
F: -no-defs
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
I: noreturn.qc
|
||||
D: noreturn keyword - should work
|
||||
D: noreturn keyword - should fail
|
||||
T: -fail
|
||||
C: -std=fteqcc -Wall -Werror -DTEST=1 -DNORETURN
|
||||
F: -no-defs
|
||||
|
|
Loading…
Reference in a new issue