mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-02-08 02:30:59 +00:00
Update test to reflect that operands of % may be negative.
This commit is contained in:
parent
80b96c1147
commit
ef099f4f83
@ -7,7 +7,7 @@ void main(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
i = 4%(-1);
|
||||
i = 4%0;
|
||||
|
||||
printf("Failed Deviance Test 7.6.1.3\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user