We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6161c7f commit 52313b7Copy full SHA for 52313b7
lldb/unittests/Core/TelemetryTest.cpp
@@ -80,7 +80,7 @@ using namespace lldb_private::telemetry;
80
81
class TelemetryTest : public testing::Test {
82
public:
83
- SubsystemRAII<lldb_private::FakePlugin> subsystems;
+ lldb_private::SubsystemRAII<lldb_private::FakePlugin> subsystems;
84
};
85
86
#if LLVM_ENABLE_TELEMETRY
0 commit comments