diff options
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 4b9376e..0f3dc62 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 +// XFAIL: alpha|ia64|arm|linux struct Pubnames { static int pubname; |