]> granicus.if.org Git - clang/commitdiff
Tweak test, with -strict-whitespace $ won't match on Windows because the buffer
authorDaniel Dunbar <daniel@zuster.org>
Sun, 25 Oct 2009 20:34:02 +0000 (20:34 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 25 Oct 2009 20:34:02 +0000 (20:34 +0000)
will have \r\n.
 - Perhaps we should make FileCheck normalize line-endings, even in
   strict-whitespace mode?

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85066 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/message-length.c

index 9f4d66fe71c0288f4dd801b64e9b3b5e0ddfe771..4502951dbf626c30700346d9e38fce0f2a0dd9f6 100644 (file)
@@ -29,4 +29,4 @@ void a_very_long_line(int *ip, float *FloatPointer) {
 
 
 // CHECK: FILE:23:78
-// CHECK: {{^  ...// some long comment text and a brace, eh {} $}}
+// CHECK: {{^  ...// some long comment text and a brace, eh {} }}