2017
[folly.git] / folly / experimental / test / ProgramOptionsTest.cpp
index c54dd54b0a8bb9630009db80820778b7aa193e0a..d5f58bc70c88b00c03b5fc6488e0abe2c3e60bb0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 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.
@@ -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,