Skip to content

Commit d7f10a8

Browse files
committed
Fix constant-propagation test pattern
With diffblue#7331 in combination with earlier changes to the simplifier the left-hand side instance to check for now has a different SSA index. As diffblue#7331 was not rebased on top of the simplifier changes, this went unnoticed.
1 parent b4033fb commit d7f10a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/cbmc-library/memcpy-01/constant-propagation.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
main.c
33
--show-vcc
4-
main::1::m!0@1#1 = .*byte_extract_(big|little)_endian\(cast\(44, signedbv\[\d+\]\*\), 0, signedbv\[\d+\]\).*
4+
main::1::m!0@1#2 = .*byte_extract_(big|little)_endian\(cast\(44, signedbv\[\d+\]\*\), 0, signedbv\[\d+\]\).*
55
^EXIT=0$
66
^SIGNAL=0$
77
--

0 commit comments

Comments
 (0)