summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/forward-declare-class.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests/forward-declare-class.cpp')
-rw-r--r--debuginfo-tests/forward-declare-class.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/debuginfo-tests/forward-declare-class.cpp b/debuginfo-tests/forward-declare-class.cpp
index 30f5fd934bf..c133d2c5871 100644
--- a/debuginfo-tests/forward-declare-class.cpp
+++ b/debuginfo-tests/forward-declare-class.cpp
@@ -3,7 +3,8 @@
// Radar 9168773
// DEBUGGER: ptype A
-// CHECK: type = struct A {
+// CHECK: type = class A {
+// CHECK-NEXT: public:
// CHECK-NEXT: int MyData;
// CHECK-NEXT: }
class A;
OpenPOWER on IntegriCloud