[cfe-commits] r76506 - /cfe/trunk/tools/index-test/index-test.cpp

Argiris Kirtzidis akyrtzi at gmail.com
Mon Jul 20 17:05:11 PDT 2009


Author: akirtzidis
Date: Mon Jul 20 19:05:10 2009
New Revision: 76506

URL: http://llvm.org/viewvc/llvm-project?rev=76506&view=rev
Log:
Add '\n' to the end of error message.

Modified:
    cfe/trunk/tools/index-test/index-test.cpp

Modified: cfe/trunk/tools/index-test/index-test.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/index-test/index-test.cpp?rev=76506&r1=76505&r2=76506&view=diff

==============================================================================
--- cfe/trunk/tools/index-test/index-test.cpp (original)
+++ cfe/trunk/tools/index-test/index-test.cpp Mon Jul 20 19:05:10 2009
@@ -146,7 +146,7 @@
 
   Decl *D = ASTLoc.getReferencedDecl();
   if (D == 0) {
-    llvm::errs() << "Error: Couldn't get a referenced Decl for the ASTLocation";
+    llvm::errs() << "Error: Couldn't get referenced Decl for the ASTLocation\n";
     HadErrors = true;
     return;
   }





More information about the cfe-commits mailing list