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 68a0b70 commit 68a5555Copy full SHA for 68a5555
src/goto-symex/show_vcc.cpp
@@ -174,7 +174,7 @@ void show_vcc(
174
of.open(filename);
175
if(!of)
176
throw invalid_command_line_argument_exceptiont(
177
- "invalid file to read trace from: " + filename, "--outfile");
+ "failed to open output file: " + filename, "--outfile");
178
}
179
180
std::ostream &out = have_file ? of : std::cout;
0 commit comments