Remove a test that expected floating-point division by 0.0 to fail.

As of commit 618188c6b2, this is now allowed and does not generate an error.
This commit is contained in:
Stephen Heumann 2019-03-31 18:46:29 -05:00
parent 17de3914ad
commit 8b339a9ab7
2 changed files with 0 additions and 14 deletions

View File

@ -1,13 +0,0 @@
/* Deviance Test 7.6.1.4: Check for illegal float / in a constant expression */
#include <stdio.h>
void main(void)
{
float f;
f = 4.0 / 0.0;
printf("Failed Deviance Test 7.6.1.4\n");
}

View File

@ -46,7 +46,6 @@
{1} D7.6.1.1.CC
{1} D7.6.1.2.CC
{1} D7.6.1.3.CC
{1} D7.6.1.4.CC
{1} D7.6.3.1.CC
{1} D7.6.4.1.CC
{1} D7.6.6.1.CC