This now passes on Linux/x86

llvm-svn: 32306
This commit is contained in:
Reid Spencer 2006-12-07 16:28:32 +00:00
parent cfce6d2ee4
commit 2b36461d7e

View File

@ -5,7 +5,7 @@
// RUN: g++ Output/Pubnames.o -o Output/Pubnames.exe
// RUN: ( echo "break main"; echo "run" ; echo "p Pubnames::pubname" ) > Output/Pubnames.gdbin
// RUN: gdb -q -batch -n -x Output/Pubnames.gdbin Output/Pubnames.exe | tee Output/Pubnames.out | grep '10'
// XFAIL: alpha|ia64|arm|linux
// XFAIL: alpha|ia64|arm
struct Pubnames {
static int pubname;