From: Wolfgang Bumiller Date: Tue, 23 Apr 2013 15:07:19 +0000 (+0200) Subject: fix noreturn testcase descriptions... those were mixed up X-Git-Tag: before-library~20 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=17996dee5056faf1f8931e7bc9a90277ddba0086;p=xonotic%2Fgmqcc.git fix noreturn testcase descriptions... those were mixed up --- diff --git a/tests/noreturn2.tmpl b/tests/noreturn2.tmpl index d328c4f..6751bf9 100644 --- a/tests/noreturn2.tmpl +++ b/tests/noreturn2.tmpl @@ -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 diff --git a/tests/noreturn3.tmpl b/tests/noreturn3.tmpl index 653bd8a..1dcf570 100644 --- a/tests/noreturn3.tmpl +++ b/tests/noreturn3.tmpl @@ -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