Skip to content

Commit aca054f

Browse files
author
Daniel Kroening
authored
Merge pull request #3069 from tautschnig/32bit
Make regression test pass when sizeof(size_t) == sizeof(int)
2 parents e6d05b1 + 6620cdb commit aca054f

File tree

1 file changed

+2
-2
lines changed
  • regression/goto-analyzer/dependence-graph14

1 file changed

+2
-2
lines changed

regression/goto-analyzer/dependence-graph14/test.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ main.c
44
activate-multi-line-match
55
^EXIT=0$
66
^SIGNAL=0$
7-
\/\/ ([0-9]+).*\n.*a\[\(signed long( long)? int\)2\] = 2;(.*\n)*Data dependencies: (\1)\n(.*\n){2,3}.*out = *
7+
\/\/ ([0-9]+).*\n.*a\[(\(signed long( long)? int\))?2\] = 2;(.*\n)*Data dependencies: (\1)\n(.*\n){2,3}.*out = *
88
--
9-
\/\/ ([0-9]+).*\n.*a\[\(signed long( long)? int\)1\] = 1;(.*\n)*Data dependencies: (\1)\n(.*\n){2,3}.*out = *
9+
\/\/ ([0-9]+).*\n.*a\[(\(signed long( long)? int\))?1\] = 1;(.*\n)*Data dependencies: (\1)\n(.*\n){2,3}.*out = *
1010
^warning: ignoring
1111
--
1212

0 commit comments

Comments
 (0)