diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-07 16:28:32 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-07 16:28:32 +0000 |
commit | 2c7df60b48f04c362f59adc16a811f61e96419f2 (patch) | |
tree | e45919f19f60ac7f886223f374a0c5f04616889b /test/DebugInfo | |
parent | fe46361719e86c75c9f7470c7f8ed0e3c3611bdf (diff) | |
download | external_llvm-2c7df60b48f04c362f59adc16a811f61e96419f2.zip external_llvm-2c7df60b48f04c362f59adc16a811f61e96419f2.tar.gz external_llvm-2c7df60b48f04c362f59adc16a811f61e96419f2.tar.bz2 |
This now passes on Linux/x86
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32306 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/2006-11-30-Pubnames.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2006-11-30-Pubnames.cpp b/test/DebugInfo/2006-11-30-Pubnames.cpp index 0f3dc62..4b9376e 100644 --- a/test/DebugInfo/2006-11-30-Pubnames.cpp +++ b/test/DebugInfo/2006-11-30-Pubnames.cpp @@ -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; |