Switch from tmpdir to TemporaryDirectory
authorMichael Lee <mzlee@fb.com>
Sat, 5 Mar 2016 00:06:40 +0000 (16:06 -0800)
committerFacebook Github Bot 0 <facebook-github-bot-0-bot@fb.com>
Sat, 5 Mar 2016 00:20:24 +0000 (16:20 -0800)
commit61f94b617246b8ca6b5d183f9179e687e741bd51
tree3f3d1185f17d5a53cb995c49159edd5f3b3a9aae
parent30ec44d3646f1eb6b6a4ef02d7589c53a84ee8fe
Switch from tmpdir to TemporaryDirectory

Summary: tmpdir does not work on all platforms. TemporaryDirectory is more robust.

Reviewed By: yfeldblum

Differential Revision: D3013866

fb-gh-sync-id: 51e2b7ec2348eb95b99c125a27bb2aca2b87ac21
shipit-source-id: 51e2b7ec2348eb95b99c125a27bb2aca2b87ac21
folly/test/ExceptionTest.cpp