Don't expect .native() to return a string
authorChristopher Dykes <cdykes@fb.com>
Wed, 23 Nov 2016 23:19:57 +0000 (15:19 -0800)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 23 Nov 2016 23:23:30 +0000 (15:23 -0800)
commit4abc2aa09708de554ce1b950df8c76ad19090ece
tree5527cdb88d98a940135570701a501b5dab7b131a
parentf405f9debfe220a065c88a7377fbde25c8063424
Don't expect .native() to return a string

Summary: It's called `.native()` for a reason, and returns a `wstring` on windows, so call `string()` instead.

Reviewed By: yfeldblum

Differential Revision: D4229254

fbshipit-source-id: d5f9658b41f45fd719ca3e878a2e61c9dce24f10
folly/experimental/test/NestedCommandLineAppTest.cpp
folly/experimental/test/ProgramOptionsTest.cpp