summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/aggregate-indirect-arg.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-06-19 22:07:11 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-06-19 22:07:11 +0000
commit86feadcc767e0f9659f573836e5c36fe1dc1c407 (patch)
treefe946342ba8f33aaec838a58432933cc89e3d137 /debuginfo-tests/aggregate-indirect-arg.cpp
parent705a7b4cb72d1324fd82af478e11cef2bf27fccf (diff)
downloadbcm5719-llvm-86feadcc767e0f9659f573836e5c36fe1dc1c407.tar.gz
bcm5719-llvm-86feadcc767e0f9659f573836e5c36fe1dc1c407.zip
Now that we get non-trivial value parameters locations correct, un-XFAIL these tests.
llvm-svn: 184372
Diffstat (limited to 'debuginfo-tests/aggregate-indirect-arg.cpp')
-rw-r--r--debuginfo-tests/aggregate-indirect-arg.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/debuginfo-tests/aggregate-indirect-arg.cpp b/debuginfo-tests/aggregate-indirect-arg.cpp
index e3001de54fe..f6b01b26dc8 100644
--- a/debuginfo-tests/aggregate-indirect-arg.cpp
+++ b/debuginfo-tests/aggregate-indirect-arg.cpp
@@ -1,13 +1,11 @@
// RUN: %clangxx -O0 -g %s -c -o %t.o
// RUN: %clangxx %t.o -o %t.out
// RUN: %test_debuginfo %s %t.out
-// XFail while getting location information right
-// XFAIL: *
// Radar 8945514
// DEBUGGER: break 22
// DEBUGGER: r
// DEBUGGER: p v
-// CHECK: $1 = (SVal &)
+// CHECK: $1 = {
// CHECK: Data = 0x0,
// CHECK: Kind = 2142
OpenPOWER on IntegriCloud