[cfe-commits] r85066 - /cfe/trunk/test/Misc/message-length.c

Daniel Dunbar daniel at zuster.org
Sun Oct 25 13:34:02 PDT 2009


Author: ddunbar
Date: Sun Oct 25 15:34:02 2009
New Revision: 85066

URL: http://llvm.org/viewvc/llvm-project?rev=85066&view=rev
Log:
Tweak test, with -strict-whitespace $ won't match on Windows because the buffer
will have \r\n.
 - Perhaps we should make FileCheck normalize line-endings, even in
   strict-whitespace mode?

Modified:
    cfe/trunk/test/Misc/message-length.c

Modified: cfe/trunk/test/Misc/message-length.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/message-length.c?rev=85066&r1=85065&r2=85066&view=diff

==============================================================================
--- cfe/trunk/test/Misc/message-length.c (original)
+++ cfe/trunk/test/Misc/message-length.c Sun Oct 25 15:34:02 2009
@@ -29,4 +29,4 @@
 
 
 // CHECK: FILE:23:78
-// CHECK: {{^  ...// some long comment text and a brace, eh {} $}}
+// CHECK: {{^  ...// some long comment text and a brace, eh {} }}





More information about the cfe-commits mailing list