[cfe-commits] [clang-tools-extra] r172434 - /clang-tools-extra/trunk/test/clang-format/diagnostic.cpp

Alexander Kornienko alexfh at google.com
Mon Jan 14 09:01:58 PST 2013


Author: alexfh
Date: Mon Jan 14 11:01:57 2013
New Revision: 172434

URL: http://llvm.org/viewvc/llvm-project?rev=172434&view=rev
Log:
Test source file name in diagnostics

Modified:
    clang-tools-extra/trunk/test/clang-format/diagnostic.cpp

Modified: clang-tools-extra/trunk/test/clang-format/diagnostic.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-format/diagnostic.cpp?rev=172434&r1=172433&r2=172434&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-format/diagnostic.cpp (original)
+++ clang-tools-extra/trunk/test/clang-format/diagnostic.cpp Mon Jan 14 11:01:57 2013
@@ -2,4 +2,4 @@
 // REQUIRES: shell
 
 }
-// CHECK: :[[@LINE-1]]:1: error: unexpected '}'
+// CHECK: diagnostic.cpp:[[@LINE-1]]:1: error: unexpected '}'





More information about the cfe-commits mailing list