summaryrefslogtreecommitdiff
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-01-22 15:37:29 +0000
committerDuncan Sands <baldrick@free.fr>2009-01-22 15:37:29 +0000
commit10dfea82d2ae7e8411717a3efd51190784e85453 (patch)
treec02b5570f139b8bf3d05379f5be161e4bb3fa68a /test/FrontendC++
parent4be3a224f8adbcdb15285ced93dccd5fcd38b481 (diff)
downloadllvm-10dfea82d2ae7e8411717a3efd51190784e85453.tar.gz
llvm-10dfea82d2ae7e8411717a3efd51190784e85453.tar.bz2
llvm-10dfea82d2ae7e8411717a3efd51190784e85453.tar.xz
Remove no-longer relevant comment. Pointed out
by Gabor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62765 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/2006-11-06-StackTrace.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/FrontendC++/2006-11-06-StackTrace.cpp b/test/FrontendC++/2006-11-06-StackTrace.cpp
index a81b21f6e8..55b34ad82d 100644
--- a/test/FrontendC++/2006-11-06-StackTrace.cpp
+++ b/test/FrontendC++/2006-11-06-StackTrace.cpp
@@ -10,7 +10,6 @@
// RUN: grep {#7 0x.* in main.*(argc=\[12\],.*argv=.*)}
// Only works on ppc, x86 and x86_64. Should generalize?
-// FIXME: Un-XFAIL this test for Linux when debug stuff is working again.
// XFAIL: alpha|ia64|arm
#include <stdlib.h>