Skip to content

Commit 50b0bdd

Browse files
committed
Remove witness exclude-vars from svcomp conf
1 parent bb6f9aa commit 50b0bdd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

conf/svcomp.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,7 @@
128128
"after-lock": false,
129129
"other": false,
130130
"accessed": false,
131-
"exact": true,
132-
"exclude-vars": [
133-
"tmp\\(___[0-9]+\\)?",
134-
"cond",
135-
"RETURN",
136-
"__\\(cil_\\)?tmp_?[0-9]*\\(_[0-9]+\\)?",
137-
".*____CPAchecker_TMP_[0-9]+",
138-
"__VERIFIER_assert__cond",
139-
"__ksymtab_.*",
140-
"\\(ldv_state_variable\\|ldv_timer_state\\|ldv_timer_list\\|ldv_irq_\\(line_\\|data_\\)?[0-9]+\\|ldv_retval\\)_[0-9]+"
141-
]
131+
"exact": true
142132
}
143133
},
144134
"pre": {

0 commit comments

Comments
 (0)