summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-30 16:48:26 +0000
committerChris Lattner <sabre@nondot.org>2004-11-30 16:48:26 +0000
commit3a9e1fa428b8c837c13cfa41329fed2761e97fbb (patch)
treed57530a22e9f2b872eea592963e625a2d87807b0 /test
parentcb7a76283b00522b4955f7f21e7842c084791fba (diff)
downloadllvm-3a9e1fa428b8c837c13cfa41329fed2761e97fbb.tar.gz
llvm-3a9e1fa428b8c837c13cfa41329fed2761e97fbb.tar.bz2
llvm-3a9e1fa428b8c837c13cfa41329fed2761e97fbb.tar.xz
This was fixed with the recent tester changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CFrontend/2004-02-20-StaticRedeclare.c.tr1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CFrontend/2004-02-20-StaticRedeclare.c.tr b/test/CFrontend/2004-02-20-StaticRedeclare.c.tr
index e409facdcb..4549300e7b 100644
--- a/test/CFrontend/2004-02-20-StaticRedeclare.c.tr
+++ b/test/CFrontend/2004-02-20-StaticRedeclare.c.tr
@@ -1,4 +1,3 @@
-// XFAIL: *
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep declare
int one (int a) {