Skip to content
Snippets Groups Projects
Commit 57326b2b authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

[tests] E-ACSL oracle

parent aace07d3
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,7 @@ int main(void)
{
int __retres;
__e_acsl_memory_init((int *)0,(char ***)0,(size_t)8);
__e_acsl_assert(3. != 1.5,(char *)"Assertion",(char *)"main",
(char *)"3 != 1.5",12);
__e_acsl_assert(1,(char *)"Assertion",(char *)"main",(char *)"3 != 1.5",12);
/*@ assert 3 ≢ 1.5; */ ;
{
__e_acsl_mpq_t __gen_e_acsl_;
......@@ -61,7 +60,7 @@ int main(void)
__gmpq_clear(__gen_e_acsl__4);
}
/*@ assert 0.1 ≡ 0.1; */ ;
__e_acsl_assert(1. == 1.,(char *)"Assertion",(char *)"main",
__e_acsl_assert(1,(char *)"Assertion",(char *)"main",
(char *)"(double)1.0 == 1.0",15);
/*@ assert (double)1.0 ≡ 1.0; */ ;
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment