Skip to content

Commit 8f441b2

Browse files
committed
Change "violated assumption" to "assumption" in trace
Assumptions aren't violated, they are adhered to
1 parent b4f5800 commit 8f441b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/goto_trace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ void show_goto_trace(
281281
if(!step.cond_value)
282282
{
283283
out << "\n";
284-
out << "Violated assumption:" << "\n";
284+
out << "Assumption:" << "\n";
285285
if(!step.pc->source_location.is_nil())
286286
out << " " << step.pc->source_location << "\n";
287287

0 commit comments

Comments
 (0)