From 2c7df60b48f04c362f59adc16a811f61e96419f2 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 7 Dec 2006 16:28:32 +0000 Subject: [PATCH] This now passes on Linux/x86 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32306 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/2006-11-30-Pubnames.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/2006-11-30-Pubnames.cpp b/test/DebugInfo/2006-11-30-Pubnames.cpp index 0f3dc625190..4b9376e0a84 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; -- 2.34.1