From: Daniel Dunbar Date: Mon, 4 May 2009 15:18:44 +0000 (+0000) Subject: Update test case... the location given for this error makes it look X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcef78d007f802c0e4136fe041b8c1687f219c48;p=clang 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 --- 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