[unittest] Fix the FileSystem test on Windows.
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 27 Nov 2018 21:20:35 +0000 (21:20 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 27 Nov 2018 21:20:35 +0000 (21:20 +0000)
commit6052d09c05f7aeec8e70ee12728753bb5823ebcc
tree0747de5d162786a7c5e5241ba7fb4cbcc0aac9d6
parent1497359501ca7ded198d0e399e7fd41da91cdb44
[unittest] Fix the FileSystem test on Windows.

On Windows, when using the VFS without going through FileSpec, the
absolute path to `/foo` is `\\foo`. This updates the unittest to expect
that.

llvm-svn: 347712
lldb/unittests/Host/FileSystemTest.cpp