Don't assume boost::path contains narrow characters
authorChristopher Dykes <cdykes@fb.com>
Thu, 4 Aug 2016 22:38:00 +0000 (15:38 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Thu, 4 Aug 2016 22:54:22 +0000 (15:54 -0700)
commitdb33d30722844457a675db2b5820da53a36b9dff
tree2429bf185f98d27d485b2f3667621952fb95e7f5
parentd449fce25cf9df45be98c388d2cd117b022e32ce
Don't assume boost::path contains narrow characters

Summary: Because it contains `wchar_t`'s on Windows.

Reviewed By: yfeldblum

Differential Revision: D3672098

fbshipit-source-id: b49db642dedf48bf7379cf339130c93f52a22f9a
folly/test/FileUtilTest.cpp