Skip to content

Commit ee5b42b

Browse files
Remove order dependency from regression test
1 parent 7d2be6a commit ee5b42b

File tree

1 file changed

+2
-2
lines changed
  • regression/cbmc/restrict-function-pointer-by-name

1 file changed

+2
-2
lines changed

regression/cbmc/restrict-function-pointer-by-name/test.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ test.c
33
--restrict-function-pointer-by-name main::1::fptr/f --restrict-function-pointer-by-name use_f::fptr/g --restrict-function-pointer-by-name g_fptr/f,h
44
\[use_f.assertion.2\] line \d+ assertion fptr\(\) == 2: SUCCESS
55
\[use_f.assertion.1\] line \d+ dereferenced function pointer at use_f.function_pointer_call.1 must be g: SUCCESS
6-
\[main.assertion.1\] line \d+ dereferenced function pointer at main.function_pointer_call.1 must be one of \[h, f\]: SUCCESS
7-
\[main.assertion.2\] line \d+ assertion res == 1 || res == 3: SUCCESS
6+
\[main.assertion.1\] line \d+ dereferenced function pointer at main.function_pointer_call.1 must be one of \[(h|f), (h|f)\]: SUCCESS
7+
\[main.assertion.2\] line \d+ assertion res == 1 \|\| res == 3: SUCCESS
88
\[main.assertion.3\] line \d+ dereferenced function pointer at main.function_pointer_call.2 must be f: SUCCESS
99
\[main.assertion.4\] line \d+ assertion fptr\(\) == 1: SUCCESS
1010
^EXIT=0$

0 commit comments

Comments
 (0)