From fab21b0291b55c28784fa4d785448a0faf68efa3 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 16 May 2007 16:51:31 +0000 Subject: [PATCH] Fix PR number. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37107 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CFrontend/2007-05-16-EmptyStruct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CFrontend/2007-05-16-EmptyStruct.c b/test/CFrontend/2007-05-16-EmptyStruct.c index b00c062ccb9..64652be8b06 100644 --- a/test/CFrontend/2007-05-16-EmptyStruct.c +++ b/test/CFrontend/2007-05-16-EmptyStruct.c @@ -1,4 +1,4 @@ -// PR 1419 +// PR 1417 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"