Skip to content

Commit 68a5555

Browse files
author
Daniel Kroening
committed
fix description in exception thrown
1 parent 68a0b70 commit 68a5555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-symex/show_vcc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ void show_vcc(
174174
of.open(filename);
175175
if(!of)
176176
throw invalid_command_line_argument_exceptiont(
177-
"invalid file to read trace from: " + filename, "--outfile");
177+
"failed to open output file: " + filename, "--outfile");
178178
}
179179

180180
std::ostream &out = have_file ? of : std::cout;

0 commit comments

Comments
 (0)