From 76b85acdd253cc33bbebde7f25fe50d908742e7d Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 15 Mar 2012 21:55:38 +0000 Subject: [PATCH] Do not truncate expected plist output in FileCheck test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152857 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/inline-plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/inline-plist.c b/test/Analysis/inline-plist.c index 852e93dff6..8b0e40541d 100644 --- a/test/Analysis/inline-plist.c +++ b/test/Analysis/inline-plist.c @@ -283,7 +283,7 @@ void test_has_bug() { // CHECK: extended_message // CHECK: Entered call from 'test_has_bug' // CHECK: message -// CHECK: Entered call +// CHECK: Entered call from 'test_has_bug' // CHECK: // CHECK: // CHECK: kindcontrol -- 2.50.1