Fix path::home_directory() unit test.
authorPawel Bylica <chfast@gmail.com>
Fri, 16 Oct 2015 10:11:07 +0000 (10:11 +0000)
committerPawel Bylica <chfast@gmail.com>
Fri, 16 Oct 2015 10:11:07 +0000 (10:11 +0000)
commit947464d1795a5258d061abf21610034cac8d29ff
tree382eee21a1f451e7584ee75a407db09e62137d1f
parent054dd43f8ffe2b2385e3f1c004b1ce58dd2a257b
Fix path::home_directory() unit test.

It turns out that constructing std::string from null pointer is not the very best idea.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250506 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/Path.cpp