Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debuginfo-test: Fix rust-lang#45086.
LLDB's output may be None instead of '', and that will cause type mismatch when normalize_whitespace() expects a string instead of None. This commit simply ensures we do pass '' even if the output is None.
- Loading branch information