You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows a root directory can have the form \\network\share, which gtest
doesn't handle right now.
Also, a Windows path in the form \foo\bar is not absolute (as it depends on
the current drive), but the logic for converting it to an solute path is
not abs_path_to_cwd + relative_path. gtest needs to understand this.
Original issue reported on code.google.com by [email protected] on 26 Jan 2009 at 6:50
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Jan 2009 at 6:50The text was updated successfully, but these errors were encountered: