[frontend] Address feedback by Jordan

This commit is contained in:
Argyrios Kyrtzidis
2017-05-05 18:31:21 -07:00
parent 0bb299abc8
commit eea9732e54
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}