Skip to content

Commit e69f21b

Browse files
committed
RequirementMachine: Add missing closing brace in debug output
1 parent ae1598d commit e69f21b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/AST/RequirementMachine/RewriteSystem.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ void RewriteSystem::dump(llvm::raw_ostream &out) const {
712712
loop.dump(out, *this);
713713
out << "\n";
714714
}
715+
out << "}\n";
715716
}
716717
if (!WrittenRequirements.empty()) {
717718
out << "Written requirements: {\n";

0 commit comments

Comments
 (0)