[cfe-commits] r102687 - /cfe/trunk/test/Preprocessor/init.c
Douglas Gregor
dgregor at apple.com
Thu Apr 29 20:07:24 PDT 2010
Author: dgregor
Date: Thu Apr 29 22:07:23 2010
New Revision: 102687
URL: http://llvm.org/viewvc/llvm-project?rev=102687&view=rev
Log:
Fix pasto in this test
Modified:
cfe/trunk/test/Preprocessor/init.c
Modified: cfe/trunk/test/Preprocessor/init.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/init.c?rev=102687&r1=102686&r2=102687&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/init.c (original)
+++ cfe/trunk/test/Preprocessor/init.c Thu Apr 29 22:07:23 2010
@@ -51,7 +51,7 @@
// COMMON:#define __clang_major__ 2
// COMMON:#define __clang_minor__ 0
// COMMON:#define __clang_patchlevel__ 0
-// COMMON:#define __clang_version__ "2.0 (trunk 102685)"
+// COMMON:#define __clang_version__
// COMMON:#define __llvm__ 1
//
//
More information about the cfe-commits
mailing list