Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debuginfo-test: Fix #45086. #45091

Merged
merged 1 commit into from
Oct 10, 2017
Merged

debuginfo-test: Fix #45086. #45091

merged 1 commit into from
Oct 10, 2017

Commits on Oct 7, 2017

  1. 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.
    kennytm committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    07b1899 View commit details
    Browse the repository at this point in the history