X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fexperimental%2Ftest%2FNestedCommandLineAppTest.cpp;fp=folly%2Fexperimental%2Ftest%2FNestedCommandLineAppTest.cpp;h=4acddd2ecc345167588a59d636c141daa6d2ad86;hp=597b15f7e1690bf7cb1bcccf1c0dd19e5fc48afc;hb=2f6eb18232a6171794142ad8e7fa234b14726d7f;hpb=65d64c0d7d7d23b5bf0c4e52d66d2caeb5f06ced diff --git a/folly/experimental/test/NestedCommandLineAppTest.cpp b/folly/experimental/test/NestedCommandLineAppTest.cpp index 597b15f7..4acddd2e 100644 --- a/folly/experimental/test/NestedCommandLineAppTest.cpp +++ b/folly/experimental/test/NestedCommandLineAppTest.cpp @@ -47,7 +47,7 @@ std::string callHelper(std::initializer_list args, Subprocess::Options options; if (stdoutFd != -1) { - options.stdout(stdoutFd); + options.stdoutFd(stdoutFd); } else { options.pipeStdout(); }