We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4df244c + 4bdd9c4 commit f96ff48Copy full SHA for f96ff48
regression/Makefile
@@ -7,7 +7,7 @@ DIRS = ansi-c \
7
goto-analyzer \
8
goto-cc-cbmc \
9
goto-cc-goto-analyzer \
10
- goto-cc-goto-symex \
+ goto-cc-symex \
11
goto-diff \
12
goto-gcc \
13
goto-instrument \
regression/goto-cc-symex/regenerate-entry-function/test.desc
@@ -1,7 +1,7 @@
1
CORE
2
main.c
3
"--function fun --show-goto-functions"
4
-^\s*return.=fun\(x\);$
+fun\(x\);$
5
^EXIT=6$
6
^SIGNAL=0$
--
0 commit comments