From dcef78d007f802c0e4136fe041b8c1687f219c48 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 4 May 2009 15:18:44 +0000 Subject: [PATCH] Update test case... the location given for this error makes it look rather odd when truncated. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70866 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Misc/message-length.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Misc/message-length.c b/test/Misc/message-length.c index d659acc39d..d64b1bfc58 100644 --- a/test/Misc/message-length.c +++ b/test/Misc/message-length.c @@ -2,8 +2,8 @@ // RUN: grep -A4 "FILE:23" %t > %t.msg && // FIXME: This diagnostic is getting truncated very poorly. -// RUN: grep -e '^ ... ' %t.msg && -// RUN: grep -e '^ \^' %t.msg && +// RUN: grep -e '^ ...// some long comment text and a brace, eh {} ' %t.msg && +// RUN: grep -e '^ \^' %t.msg && // RUN: true -- 2.40.0