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

xtest46: Don't use overlapping array operation. #1470

Merged
merged 1 commit into from Feb 5, 2013

Commits on Feb 4, 2013

  1. xtest46: Don't use overlapping array operation.

    In this specific case, there is little reason for it not to work,
    but druntime checks for overlapping operands in its in contract
    anyway.
    
    Fixes the test suite build in debug mode.
    dnadlinger committed Feb 4, 2013
    Copy the full SHA
    17e1724 View commit details
    Browse the repository at this point in the history