Skip to content

Commit 871b4d1

Browse files
committed
RequirementMachine: Cosmetic fix for conformance path assert output
1 parent 86ee6c2 commit 871b4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/RequirementMachine/GenericSignatureQueries.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ RequirementMachine::getConformanceAccessPath(Type type,
523523

524524
if (CurrentConformanceAccessPaths.empty()) {
525525
llvm::errs() << "Failed to find conformance access path for ";
526-
llvm::errs() << type << " " << protocol->getName() << "\n:";
526+
llvm::errs() << type << " " << protocol->getName() << ":\n";
527527
type.dump(llvm::errs());
528528
llvm::errs() << "\n";
529529
dump(llvm::errs());

0 commit comments

Comments
 (0)