From 17996dee5056faf1f8931e7bc9a90277ddba0086 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 23 Apr 2013 17:07:19 +0200 Subject: [PATCH] fix noreturn testcase descriptions... those were mixed up --- tests/noreturn2.tmpl | 2 +- tests/noreturn3.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2