Skip to content

Commit 6f974d7

Browse files
author
Enrico Steffinlongo
committed
Fix shadow memory param1 regression test
1 parent ef96d89 commit 6f974d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression/cbmc-shadow-memory/param1/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void f_int_local(int rec, int value)
103103

104104
int main()
105105
{
106-
__CPROVER_field_decl_local("field1", (char)0);
106+
__CPROVER_field_decl_local("field1", (unsigned char)0);
107107
int x;
108108
__CPROVER_set_field(&x, "field1", 255);
109109
f_int_val(x);

regression/cbmc-shadow-memory/param1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
CORE
22
main.c
33

44
^EXIT=0$

0 commit comments

Comments
 (0)