Skip to content

Commit 629dbcd

Browse files
authored
Merge pull request #8370 from tautschnig/endianness-tests
Regression test: support big and little endian
2 parents 8ccc168 + ec2239c commit 629dbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/cbmc-incr-smt2/unions/padded.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ padded.c
33
--trace
44
Passing problem to incremental SMT2 solving
55
\[main\.assertion\.1\] line 13 assertion my_union\.a \=\= 5\: FAILURE
6-
my_union\=\{ \.a\=\d+ \} \(\d{8} 00000101\)
6+
my_union\=\{ \.a\=\d+ \} \((\d{8} 00000101|00000101 \d{8})\)
77
^EXIT=10$
88
^SIGNAL=0$
99
--

0 commit comments

Comments
 (0)