Skip to content

Commit c80b91b

Browse files
committed
[clang][DebugInfo][test] Remove unchecked member variable in debug-info-static-inline-member
The check for this was removed in #72974 This patch removes the member from the source itself since it was confusing FileCheck
1 parent 7d5f79f commit c80b91b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/test/CodeGenCXX/debug-info-static-inline-member.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ struct Foo {
1616
static constexpr float cexpr_float = 2.0 + 1.0;
1717
static constexpr Enum cexpr_enum = Enum::VAL;
1818
static constexpr Empty cexpr_struct_with_addr{};
19-
static inline Enum inline_enum = Enum::VAL;
2019

2120
template<typename T, unsigned V>
2221
static constexpr auto cexpr_template = V;

0 commit comments

Comments
 (0)