From: Daniel Dunbar Date: Sun, 25 Oct 2009 20:34:02 +0000 (+0000) Subject: Tweak test, with -strict-whitespace $ won't match on Windows because the buffer X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3baceffe2bc9907a2d0ab2e72068339402a375b;p=clang 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? git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85066 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/message-length.c b/test/Misc/message-length.c index 9f4d66fe71..4502951dbf 100644 --- a/test/Misc/message-length.c +++ b/test/Misc/message-length.c @@ -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 {} }}