Skip to content

Commit a018652

Browse files
committed
allow unsigned long instead of unsigned in regression test for hex_trace
1 parent d5bbdd8 commit a018652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression/cbmc/hex_trace/test.desc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ main.c
44
^EXIT=10$
55
^SIGNAL=0$
66
a=0 \s*\(0x0\)
7-
b=0u \s*\(0x0\)
7+
b=0ul? \s*\(0x0\)
88
a=-100 \s*\(0xFFFFFF9C\)
99
a=2147483647 \s*\(0x7FFFFFFF\)
10-
b=4294967294u \s*\(0xFFFFFFFE\)
10+
b=4294967294ul? \s*\(0xFFFFFFFE\)
1111
a=-2147483647 \s*\(0x80000001\)
1212
^VERIFICATION FAILED$
1313
--

0 commit comments

Comments
 (0)