mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-02 19:29:21 +00:00
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:
parent
17de3914ad
commit
8b339a9ab7
@ -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");
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user