Skip to content

Commit bcab05d

Browse files
committed
fixup! revert redundant test changes
1 parent 90cbdaf commit bcab05d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/test/Shell/SymbolFile/DWARF/x86/explicit-member-function-quals.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// CHECK-NEXT: }
2121

2222
struct Foo {
23-
[[gnu::always_inline]] void Method(this Foo) {}
24-
[[gnu::always_inline]] void cMethod(this Foo const &) {}
25-
[[gnu::always_inline]] void vMethod(this Foo volatile &) {}
26-
[[gnu::always_inline]] void cvMethod(this Foo const volatile &) {}
23+
void Method(this Foo) {}
24+
void cMethod(this Foo const &) {}
25+
void vMethod(this Foo volatile &) {}
26+
void cvMethod(this Foo const volatile &) {}
2727
} f;

0 commit comments

Comments
 (0)