Skip to content

Commit 02ef2f9

Browse files
committed
Disable interval set in witness int invariant cram test
1 parent 0a27c74 commit 02ef2f9

File tree

1 file changed

+3
-3
lines changed
  • tests/regression/witness/int.t

1 file changed

+3
-3
lines changed

tests/regression/witness/int.t/run.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$ goblint --enable ana.sv-comp.functions --enable witness.yaml.enabled --set witness.yaml.entry-types '["location_invariant"]' --enable ana.int.def_exc --enable ana.int.enums --enable ana.int.interval --enable ana.int.congruence --enable ana.int.interval_set --disable witness.invariant.split-conjunction int.c
1+
$ goblint --enable ana.sv-comp.functions --enable witness.yaml.enabled --set witness.yaml.entry-types '["location_invariant"]' --enable ana.int.def_exc --enable ana.int.enums --enable ana.int.interval --enable ana.int.congruence --disable ana.int.interval_set --disable witness.invariant.split-conjunction int.c
22
[Success][Assert] Assertion "1" will succeed (int.c:9:5-9:23)
33
[Success][Assert] Assertion "1" will succeed (int.c:12:5-12:23)
44
[Success][Assert] Assertion "1" will succeed (int.c:15:5-15:23)
@@ -29,7 +29,7 @@
2929
column: 5
3030
function: main
3131
location_invariant:
32-
string: (51 <= i && i <= 99) && (51 <= i && i <= 99)
32+
string: 51 <= i && i <= 99
3333
type: assertion
3434
format: C
3535
- entry_type: location_invariant
@@ -40,6 +40,6 @@
4040
column: 5
4141
function: main
4242
location_invariant:
43-
string: i <= 99 && i <= 99
43+
string: i <= 99
4444
type: assertion
4545
format: C

0 commit comments

Comments
 (0)