mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
SCRIPT: wpiformat
This commit is contained in:
committed by
Peter Johnson
parent
ae6bdc9d25
commit
2109161534
@@ -131,8 +131,8 @@ class DataLogTest : public ::testing::Test {
|
||||
public:
|
||||
wpi::util::Logger msglog;
|
||||
std::vector<uint8_t> data;
|
||||
wpi::log::DataLogWriter log{msglog,
|
||||
std::make_unique<wpi::util::raw_uvector_ostream>(data)};
|
||||
wpi::log::DataLogWriter log{
|
||||
msglog, std::make_unique<wpi::util::raw_uvector_ostream>(data)};
|
||||
};
|
||||
|
||||
TEST_F(DataLogTest, SimpleInt) {
|
||||
|
||||
Reference in New Issue
Block a user