Skip to content

Commit 437420d

Browse files
committed
XML trace test: do not hard-code pointer bit pattern
The exact bit pattern of the pointer is irrelevant to this test. It's just the content of the underlying array that matters.
1 parent 78a08ce commit 437420d

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)