We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d45c6 commit 32dcad8Copy full SHA for 32dcad8
regression/goto-analyzer/approx-const-fp-array-variable-invalid-cast-const-fp/test.desc
@@ -2,9 +2,9 @@ CORE
2
main.c
3
--show-goto-functions --verbosity 10 --pointer-check
4
^Removing function pointers and virtual functions$
5
-^\s*IF fp == \(const void_fp\)f2 THEN GOTO [0-9]$
6
-^\s*IF fp == \(const void_fp\)f3 THEN GOTO [0-9]$
7
-^\s*IF fp == \(const void_fp\)f4 THEN GOTO [0-9]$
+^\s*IF fp == \(.*\)f2 THEN GOTO [0-9]$
+^\s*IF fp == \(.*\)f3 THEN GOTO [0-9]$
+^\s*IF fp == \(.*\)f4 THEN GOTO [0-9]$
8
^SIGNAL=0$
9
--
10
^warning: ignoring
0 commit comments