summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/sret.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests/sret.cpp')
-rw-r--r--debuginfo-tests/sret.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp
index c65b7b61ca3..1903cdda53b 100644
--- a/debuginfo-tests/sret.cpp
+++ b/debuginfo-tests/sret.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 8775834
-// DEBUGGER: break 61
+// DEBUGGER: break 62
// DEBUGGER: r
// DEBUGGER: p a
-// CHECK: $1 = (A &)
+// CHECK: $1 = {
// CHECK: _vptr$A =
// CHECK: m_int = 12
OpenPOWER on IntegriCloud