Skip to content

Commit 4bdd9c4

Browse files
author
thk123
committed
Corrected regression makefile
The makefile was pointing at the wrong directory, which somehow didn't cause a CI failure, this corrects that. In doing so realised that the test was slightly inaccurate, so resolved this issue as well.
1 parent e54c0e9 commit 4bdd9c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DIRS = ansi-c \
77
goto-analyzer \
88
goto-cc-cbmc \
99
goto-cc-goto-analyzer \
10-
goto-cc-goto-symex \
10+
goto-cc-symex \
1111
goto-diff \
1212
goto-gcc \
1313
goto-instrument \

regression/goto-cc-symex/regenerate-entry-function/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
main.c
33
"--function fun --show-goto-functions"
4-
^\s*return.=fun\(x\);$
4+
fun\(x\);$
55
^EXIT=6$
66
^SIGNAL=0$
77
--

0 commit comments

Comments
 (0)