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

Define unit tests involving arrays of empty value types #18041

Commits on Sep 5, 2023

  1. Define unit tests involving arrays of empty value types

    This change defines some simple unit tests that create arrays of value
    classes and null restricted value classes, where the classes have no
    fields.  The objective is to ensure that allocation, assignment and
    comparison of flattened arrays whose elements are of length zero does
    not result in unexpected failures.
    hzongaro committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6fb2ec1 View commit details
    Browse the repository at this point in the history