From: Dale Weiler Date: Mon, 29 Sep 2014 07:38:08 +0000 (-0400) Subject: Fix tests X-Git-Tag: xonotic-v0.8.1~9^2~12 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=859e9fe3dab1012acf14cfe8fb043d96d6b04a70 Fix tests --- diff --git a/tests/arithexcept_of.tmpl b/tests/arithexcept_of.tmpl index 94b7d7d..8d75a91 100644 --- a/tests/arithexcept_of.tmpl +++ b/tests/arithexcept_of.tmpl @@ -1,4 +1,4 @@ I: arithexcept.qc D: arithmetic exceptions (overflow) T: -fail -C: -std=ftqcc -farithmetic-exceptions -DOVERFLOW +C: -std=fteqcc -farithmetic-exceptions -DOVERFLOW diff --git a/tests/arithexcept_uf.tmpl b/tests/arithexcept_uf.tmpl index ed0a817..567fce2 100644 --- a/tests/arithexcept_uf.tmpl +++ b/tests/arithexcept_uf.tmpl @@ -1,4 +1,4 @@ I: arithexcept.qc D: arithmetic exceptions (underflow) T: -fail -C: -std=ftqcc -farithmetic-exceptions -DUNDERFLOW +C: -std=fteqcc -farithmetic-exceptions -DUNDERFLOW