File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
regression/goto-harness/void-star-pointer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
main.c
3
3
--harness-type call-function --function test_ptr_array --treat-pointer-as-array input_array
4
4
\[test_ptr_array\.assertion\.1\] line \d+ assertion input_array\[0\] == 0: SUCCESS
5
- \[test_ptr_array\.assertion\.2\] line \d+ assertion false : FAILURE
5
+ \[test_ptr_array\.assertion\.2\] line \d+ assertion .* : FAILURE
6
6
^VERIFICATION FAILED$
7
7
^EXIT=10$
8
8
^SIGNAL=0$
Original file line number Diff line number Diff line change 2
2
main.c
3
3
--harness-type call-function --function test_void_array
4
4
\[test_void_array\.assertion\.1\] line \d+ assertion input_array\[0\] == 0: SUCCESS
5
- \[test_void_array\.assertion\.2\] line \d+ assertion false : FAILURE
5
+ \[test_void_array\.assertion\.2\] line \d+ assertion .* : FAILURE
6
6
^VERIFICATION FAILED$
7
7
^EXIT=10$
8
8
^SIGNAL=0$
You can’t perform that action at this time.
0 commit comments