We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608b7ea commit 99ac9b0Copy full SHA for 99ac9b0
regression/cbmc-cover/pointer-function-parameters/test.desc
@@ -5,7 +5,7 @@ main.c
5
^Test suite:$
6
^(tmp(\$\d+)?=[^,]*, a=\(\(signed int \*\)NULL\))|(a=\(\(signed int \*\)NULL\), tmp(\$\d+)?=[^,]*)$
7
^(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)$
+^(a=&tmp(\$\d+)?!0@1, tmp(\$\d+)?=([012356789]\d*|4\d+|-\d+))|(tmp(\$\d+)?=([012356789]\d*|4\d+|-\d+), a=&tmp(\$\d+)?!0@1)$
9
^EXIT=0$
10
^SIGNAL=0$
11
--
0 commit comments