File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
8+ #include " lldb/Core/Telemetry.h"
9+ #include " TestingSupport/SubsystemRAII.h"
810#include " lldb/Core/PluginInterface.h"
911#include " lldb/Core/PluginManager.h"
10- #include " lldb/Core/Telemetry.h"
1112#include " llvm/ADT/StringRef.h"
1213#include " llvm/Support/Error.h"
1314#include " llvm/Telemetry/Telemetry.h"
14- #include " TestingSupport/SubsystemRAII.h"
1515#include " llvm/Testing/Support/Error.h"
1616#include " gtest/gtest.h"
1717#include < memory>
@@ -79,7 +79,7 @@ class FakePlugin : public telemetry::TelemetryManager {
7979using namespace lldb_private ::telemetry;
8080
8181class TelemetryTest : public testing ::Test {
82- public:
82+ public:
8383 SubsystemRAII<FakePlugin> subsystems;
8484};
8585
You can’t perform that action at this time.
0 commit comments