From 1e58f622c0f0cc430608ddd3f1407b767acef107 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sun, 12 Dec 2021 13:01:04 +0100 Subject: [PATCH] TODOs --- test/cpp-utils/process/SubprocessTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cpp-utils/process/SubprocessTest.cpp b/test/cpp-utils/process/SubprocessTest.cpp index 586697fe..07d24d6a 100644 --- a/test/cpp-utils/process/SubprocessTest.cpp +++ b/test/cpp-utils/process/SubprocessTest.cpp @@ -10,6 +10,8 @@ using cpputils::SubprocessError; using std::string; namespace bf = boost::filesystem; +// TODO Test passing input to stdin of processes + #if defined(_MSC_VER) constexpr const char* NEWLINE = "\r\n"; #else