Don't expect .native() to return a string
[folly.git] / folly / experimental / test / NestedCommandLineAppTest.cpp
index d4b749c0f50972a587cad9499ef906c5f04529ac..597b15f7e1690bf7cb1bcccf1c0dd19e5fc48afc 100644 (file)
@@ -32,7 +32,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(std::initializer_list<std::string> args,