Relax test to work with newer versions of lldb

This commit is contained in:
Adrian Prantl
2024-03-12 17:00:51 -07:00
parent 94e27c265a
commit 64111831ed

View File

@@ -6,9 +6,8 @@
// Work around a gdb bug where it believes that a class is a
// struct if there aren't any methods - even though it's tagged
// as a class.
// CHECK: type = {{struct|class}} A {
// CHECK-NEXT: {{(public:){0,1}}}
// CHECK-NEXT: int MyData;
// CHECK: {{struct|class}} A {
// CHECK: int MyData;
// CHECK-NEXT: }
class A;
class B {