summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-25 20:34:02 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-25 20:34:02 +0000
commitb3baceffe2bc9907a2d0ab2e72068339402a375b (patch)
tree9edbfe1fd711a926af5134a615e6076ae6fdec88
parent311157fa6be96e2769bf317390dc9fb85087d5fa (diff)
downloadclang-b3baceffe2bc9907a2d0ab2e72068339402a375b.tar.gz
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
-rw-r--r--test/Misc/message-length.c2
1 files changed, 1 insertions, 1 deletions
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 {} }}