Skip to content

Commit 6e7d38d

Browse files
authored
Merge pull request #6147 from tautschnig/xml-pointer
XML trace test: do not hard-code pointer bit pattern
2 parents 5fdb524 + 437420d commit 6e7d38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression/cbmc/xml-trace2/test.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CORE
22
main.c
33
--xml-ui
4-
<full_lhs_value( binary="0000001000000000000000000000000000000000000000000000000000000000")?>\{ 14, 0 \}</full_lhs_value>
4+
<full_lhs_value( binary="[01]+")?>\{ 14, 0 \}</full_lhs_value>
55
^EXIT=10$
66
^SIGNAL=0$
77
--
8-
<full_lhs_value( binary="0000001000000000000000000000000000000000000000000000000000000000")?>"\\&#14;"</full_lhs_value>
8+
<full_lhs_value( binary="[01]+")?>"\\&#14;"</full_lhs_value>

0 commit comments

Comments
 (0)