Rename stdin, etc. in Subprocess to work with MSVC
[folly.git] / folly / experimental / test / NestedCommandLineAppTest.cpp
index 597b15f7e1690bf7cb1bcccf1c0dd19e5fc48afc..4acddd2ecc345167588a59d636c141daa6d2ad86 100644 (file)
@@ -47,7 +47,7 @@ std::string callHelper(std::initializer_list<std::string> args,
 
   Subprocess::Options options;
   if (stdoutFd != -1) {
-    options.stdout(stdoutFd);
+    options.stdoutFd(stdoutFd);
   } else {
     options.pipeStdout();
   }