labath added a comment.
================ Comment at: unittests/Host/FileSpecTest.cpp:57 @@ +56,3 @@ + // We get "F:/bar" instead. + // EXPECT_STREQ("F:\\bar", fs_windows_trailing_slash.GetDirectory().GetCString()); + EXPECT_STREQ(".", fs_windows_trailing_slash.GetFilename().GetCString()); ---------------- I've also identified one more issue in windows path handling (GetDirectory() always returns posix-style paths), which I do not attempt to address right now. http://reviews.llvm.org/D18044 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits