X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fexperimental%2Ftest%2FProgramOptionsTest.cpp;h=d5f58bc70c88b00c03b5fc6488e0abe2c3e60bb0;hb=ed8c80a0e0988e4ce687f51ca832a00e4a6b7930;hp=ef2b13afcb0290a3380a0f08a47a0ab6f5fa2683;hpb=932cba0fb733c083e5785a3014fb2bb4351a0635;p=folly.git diff --git a/folly/experimental/test/ProgramOptionsTest.cpp b/folly/experimental/test/ProgramOptionsTest.cpp index ef2b13af..d5f58bc7 100644 --- a/folly/experimental/test/ProgramOptionsTest.cpp +++ b/folly/experimental/test/ProgramOptionsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,8 +19,8 @@ #include #include #include +#include #include -#include namespace folly { namespace test { @@ -33,7 +33,7 @@ std::string getHelperPath() { if (!fs::exists(path)) { path = path.parent_path().parent_path() / basename / basename; } - return path.native(); + return path.string(); } std::string callHelper(ProgramOptionsStyle style,