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

Added some unit tests as requested #78963

Merged
merged 4 commits into from
Nov 15, 2020

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    bd0eb07 View commit details
    Browse the repository at this point in the history
  2. Overcome Sync issues with non-parallel compiler

    Per Mark's recommendation at:
    rust-lang#78963 (comment)
    richkadel committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    eb9f2bb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Added a unit test for BcbCounters

    Restructured the code a little, to allow getting both the mir::Body and
    coverage graph.
    richkadel committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    c131063 View commit details
    Browse the repository at this point in the history
  2. Addressed feedback

    richkadel committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    b4b0ef3 View commit details
    Browse the repository at this point in the history