The test fails because we don't rewrite the slash behind foo to the OS specific
separator (as the completion API doesn't support this kind of rewriting). However,
we assume that this part of the string is rewritten in the test case, which broke
on Windows.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
@stella.stamenova I don't have access to a Windows machine. Would you mind testing if this fixes the issue?