mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Fix errors from new cpplint.py (#7105)
This commit is contained in:
@@ -24,5 +24,5 @@ TEST(ScopedTracerTest, Timing) {
|
||||
frc::sim::ResumeTiming();
|
||||
|
||||
std::string_view out = os.str();
|
||||
EXPECT_TRUE(wpi::starts_with(out, " timing_test: 1.5"));
|
||||
EXPECT_TRUE(wpi::starts_with(out, "\ttiming_test: 1.5"));
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#include <networktables/NetworkTableListener.h>
|
||||
#include <networktables/StringTopic.h>
|
||||
|
||||
#include "frc/shuffleboard/ShuffleboardInstance.h"
|
||||
#include "shuffleboard/MockActuatorSendable.h"
|
||||
|
||||
class NTWrapper {
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <networktables/NetworkTableEntry.h>
|
||||
#include <networktables/NetworkTableInstance.h>
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
#include "frc/simulation/AnalogGyroSim.h" // NOLINT(build/include_order)
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <hal/HAL.h>
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
#include "frc/simulation/PowerDistributionSim.h" // NOLINT(build/include_order)
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <hal/HAL.h>
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
#include "frc/simulation/RoboRioSim.h" // NOLINT(build/include_order)
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <hal/HAL.h>
|
||||
#include <hal/HALBase.h>
|
||||
|
||||
Reference in New Issue
Block a user