Skip to content

Commit 1426b72

Browse files
committed
Combined a similiar couple of tests into one with multiple descs
1 parent 82aa431 commit 1426b72

File tree

6 files changed

+12
-36
lines changed

6 files changed

+12
-36
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CORE
22
main.c
3-
--show --variable-sensitivity --vsd-values intervals --vsd-arrays every-element
3+
--show --variable-sensitivity --vsd-arrays every-element
44
^EXIT=0$
55
^SIGNAL=0$
6-
main::1::second_value \(\) -> \[2, 2\] @ \[3\]
7-
main::1::second_value_after_write \(\) -> \[A, A\] @ \[6\]
6+
main::1::second_value \(\) -> 2 @ \[3\]
7+
main::1::second_value_after_write \(\) -> 10 @ \[6\]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CORE
2+
main.c
3+
--show --variable-sensitivity --vsd-values constants --vsd-arrays every-element
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
main::1::arr_at_ix \(\) -> TOP @ \[9\]
7+
main::1::arr_0_after_write \(\) -> TOP @ \[18\]
8+
main::1::arr_1_after_write \(\) -> TOP @ \[20\]
9+
main::1::arr_2_after_write \(\) -> TOP @ \[22\]

regression/goto-analyzer/variable-sensitivity-array-value-set-access/main.c

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)