Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
6461ea99
Commit
6461ea99
authored
Apr 29, 2019
by
Julien Signoles
Browse files
[tests] yet one more out-of-date oracle after rebasing
parent
6eb942ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/e-acsl/tests/gmp/oracle/gen_functions.c
View file @
6461ea99
...
...
@@ -221,6 +221,12 @@ void __gen_e_acsl_k(int x)
return
;
}
char
__gen_e_acsl_h_char
(
int
c
)
{
char
__retres
=
(
char
)
c
;
return
__retres
;
}
short
__gen_e_acsl_h_short
(
int
s
)
{
short
__retres
=
(
short
)
s
;
...
...
@@ -348,10 +354,4 @@ long __gen_e_acsl_f1(int x, int y)
return
__retres
;
}
char
__gen_e_acsl_h_char
(
int
c
)
{
char
__retres
=
(
char
)
c
;
return
__retres
;
}
src/plugins/e-acsl/tests/gmp/oracle/gen_functions2.c
View file @
6461ea99
...
...
@@ -266,6 +266,12 @@ void __gen_e_acsl_k(int x)
return
;
}
char
__gen_e_acsl_h_char
(
int
c
)
{
char
__retres
=
(
char
)
c
;
return
__retres
;
}
short
__gen_e_acsl_h_short
(
int
s
)
{
short
__retres
=
(
short
)
s
;
...
...
@@ -440,10 +446,4 @@ void __gen_e_acsl_f1(__e_acsl_mpz_t *__retres_arg, int x, int y)
return
;
}
char
__gen_e_acsl_h_char
(
int
c
)
{
char
__retres
=
(
char
)
c
;
return
__retres
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment