We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714437d commit 469895bCopy full SHA for 469895b
src/goto-instrument/cover_instrument_assume.cpp
@@ -23,8 +23,7 @@ void cover_assume_instrumentert::instrument(
23
{
24
if(i_it->is_assume())
25
26
- const auto assume_condition =
27
- expr2c(i_it->condition(), namespacet{symbol_tablet()});
+ const auto assume_condition = expr2c(i_it->condition(), ns);
28
const auto comment_before =
29
"assert(false) before assume(" + assume_condition + ")";
30
const auto comment_after =
0 commit comments