Skip to content

Commit 2ca8eee

Browse files
committed
Fix flow_insensitive_invariant in svcomp-ghost conf
1 parent 45c04d1 commit 2ca8eee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conf/svcomp-ghost.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,10 @@
117117
"sv-comp-true-only": false,
118118
"format-version": "2.1",
119119
"entry-types": [
120-
"flow_insensitive_invariant",
121120
"ghost_instrumentation"
121+
],
122+
"invariant-types": [
123+
"flow_insensitive_invariant"
122124
]
123125
},
124126
"invariant": {

0 commit comments

Comments
 (0)