Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information