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.
2 parents 74963e7 + d250cce commit 1b8ceeeCopy full SHA for 1b8ceee
regression/goto-instrument/inline_04/test.desc
@@ -4,9 +4,9 @@ main.c
4
^EXIT=0$
5
^SIGNAL=0$
6
^VERIFICATION SUCCESSFUL$
7
-g[\(].*[\)]$
8
-h[\(].*[\)]$
+ g[\(].*[\)]$
+ h[\(].*[\)]$
9
--
10
-f[\(].*[\)]$
11
-other_func[\(].*[\)]$
+ f[\(].*[\)]$
+ other_func[\(].*[\)]$
12
^warning: ignoring
src/goto-programs/goto_program.cpp
@@ -129,7 +129,7 @@ std::ostream &goto_programt::output_instruction(
129
// fallthrough
130
}
131
132
- out << "OTHER " << format(instruction.get_other());
+ out << "OTHER " << format(instruction.get_other()) << '\n';
133
break;
134
135
case SET_RETURN_VALUE:
0 commit comments