mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -8,10 +8,10 @@
|
||||
#include <vector>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <wpi/Logger.h>
|
||||
#include <wpi/raw_ostream.h>
|
||||
#include "wpi/util/Logger.hpp"
|
||||
#include "wpi/util/raw_ostream.hpp"
|
||||
|
||||
#include "wpi/datalog/DataLogWriter.h"
|
||||
#include "wpi/datalog/DataLogWriter.hpp"
|
||||
|
||||
namespace {
|
||||
struct ThingA {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "wpi/datalog/FileLogger.h"
|
||||
#include "wpi/datalog/FileLogger.hpp"
|
||||
|
||||
TEST(FileLoggerTest, BufferSingleLine) {
|
||||
std::vector<std::string> buf;
|
||||
|
||||
Reference in New Issue
Block a user