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