summaryrefslogtreecommitdiff
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-02-02 09:10:57 +0000
committerDuncan Sands <baldrick@free.fr>2009-02-02 09:10:57 +0000
commit781f2fb76344e3fe4e750b31adfa459343462628 (patch)
tree2646ddf94532c7568fbe1df0379bfe0d31b8d98b /test/FrontendC++
parent15d259806b2d761e5d5e01ebdbd8e7b5db12eb94 (diff)
downloadllvm-781f2fb76344e3fe4e750b31adfa459343462628.tar.gz
llvm-781f2fb76344e3fe4e750b31adfa459343462628.tar.bz2
llvm-781f2fb76344e3fe4e750b31adfa459343462628.tar.xz
This passes on x86-32 linux at least.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63508 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/2006-11-30-Pubnames.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/FrontendC++/2006-11-30-Pubnames.cpp b/test/FrontendC++/2006-11-30-Pubnames.cpp
index 9693169e57..5dd1439224 100644
--- a/test/FrontendC++/2006-11-30-Pubnames.cpp
+++ b/test/FrontendC++/2006-11-30-Pubnames.cpp
@@ -7,7 +7,6 @@
// RUN: echo {break main\nrun\np Pubnames::pubname} > %t.in
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | grep {\$1 = 10}
// XFAIL: alpha|ia64|arm
-// XFAIL: *
struct Pubnames {
static int pubname;
};