Skip to content

Commit f1033ad

Browse files
tautschnigjezhiggins
authored andcommitted
Array_Propagation1 test was fixed in 1f33401
Mark it as CORE instead of KNOWNBUG.
1 parent e0ecb28 commit f1033ad

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
CORE
22
main.c
33

44
^EXIT=0$
@@ -9,5 +9,4 @@ main.c
99
^warning: ignoring
1010
--
1111
This requires field-sensitive SSA encoding of arrays to pass entirely via
12-
constant propagation (changing the above condition to "1 remaining after
13-
simplification" would also make it pass, but this isn't the point of the test).
12+
constant propagation.

regression/cbmc/constant_folding2/test.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
CORE
22
main.c
33

44
^EXIT=0$

0 commit comments

Comments
 (0)