Use .string() not .native() in TestUtil.cpp
authorOrvid King <blah38621@gmail.com>
Tue, 4 Aug 2015 23:02:44 +0000 (16:02 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Wed, 5 Aug 2015 00:22:23 +0000 (17:22 -0700)
commitc40f1cf496c8bb2653ae41121946291aaed9679e
treed7643ed23e5151f7bd1f3b1e2d87ee49b5039822
parented8df706e3cf44aa4b45cd104b7c2e3c4eb74512
Use .string() not .native() in TestUtil.cpp

Summary: Because `.native()` returns a wide string on MSVC, but a normal string is expected by the rest of the code.
Closes #283

Reviewed By: @yfeldblum

Differential Revision: D2307488

Pulled By: @sgolemon
folly/experimental/TestUtil.cpp