Skip to content

Commit f034dbb

Browse files
authored
Merge pull request #8177 from tautschnig/test-fix
cbmc-cover/pointer-function-parameters test: negative numbers are ok
2 parents 608b7ea + 99ac9b0 commit f034dbb

File tree

1 file changed

+1
-1
lines changed
  • regression/cbmc-cover/pointer-function-parameters

1 file changed

+1
-1
lines changed

Diff for: regression/cbmc-cover/pointer-function-parameters/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ main.c
55
^Test suite:$
66
^(tmp(\$\d+)?=[^,]*, a=\(\(signed int \*\)NULL\))|(a=\(\(signed int \*\)NULL\), tmp(\$\d+)?=[^,]*)$
77
^(a=&tmp(\$\d+)?!0@1, tmp(\$\d+)?=4)|(tmp(\$\d+)?=4, a=&tmp(\$\d+)?!0@1)$
8-
^(a=&tmp(\$\d+)?!0@1, tmp(\$\d+)?=([012356789][0-9]*|4[0-9]+))|(tmp(\$\d+)?=([012356789][0-9]*|4[0-9]+), a=&tmp(\$\d+)?!0@1)$
8+
^(a=&tmp(\$\d+)?!0@1, tmp(\$\d+)?=([012356789]\d*|4\d+|-\d+))|(tmp(\$\d+)?=([012356789]\d*|4\d+|-\d+), a=&tmp(\$\d+)?!0@1)$
99
^EXIT=0$
1010
^SIGNAL=0$
1111
--

0 commit comments

Comments
 (0)