Skip to content

Commit 6411183

Browse files
committed
Relax test to work with newer versions of lldb
1 parent 94e27c2 commit 6411183

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cross-project-tests/debuginfo-tests/llgdb-tests/forward-declare-class.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
// Work around a gdb bug where it believes that a class is a
77
// struct if there aren't any methods - even though it's tagged
88
// as a class.
9-
// CHECK: type = {{struct|class}} A {
10-
// CHECK-NEXT: {{(public:){0,1}}}
11-
// CHECK-NEXT: int MyData;
9+
// CHECK: {{struct|class}} A {
10+
// CHECK: int MyData;
1211
// CHECK-NEXT: }
1312
class A;
1413
class B {

0 commit comments

Comments
 (0)