mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[frontend] Address feedback by Jordan
This commit is contained in:
@@ -341,7 +341,7 @@ private:
|
||||
DiagnosticEngine DE(dummyMgr);
|
||||
PrintingDiagnosticConsumer PDC;
|
||||
DE.addConsumer(PDC);
|
||||
DE.diagnose(SourceLoc(), diag::cannot_open_serialized_file,
|
||||
DE.diagnose(SourceLoc(), diag::cannot_open_file,
|
||||
FixitsOutputPath, EC.message());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user