This passes on x86-32 linux at least.
authorDuncan Sands <baldrick@free.fr>
Mon, 2 Feb 2009 09:10:57 +0000 (09:10 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 2 Feb 2009 09:10:57 +0000 (09:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63508 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC++/2006-11-30-Pubnames.cpp

index 9693169e578aa4648ef955463f68744df6834985..5dd1439224ceba956caed326bd60deb54f07649a 100644 (file)
@@ -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;
 };