Skip to content

Conversation

@jonpryor
Copy link
Contributor

Context: 90ac202

Commit 90ac202 noted two non-blittable types, System.Boolean and System.Char, and attempted to update the unit tests to mention both of them, largely for completeness.

Unfortunately, the CharValue fields were still boolean, meaning System.Char output wasn't actually tested!

Update tests/generator-Tests so that CharValue is a char.

Context: 90ac202

Commit 90ac202 noted two non-blittable types, System.Boolean and
System.Char, and attempted to update the unit tests to mention
*both* of them, largely for completeness.

Unfortunately, the `CharValue` fields were still boolean, meaning
System.Char output wasn't actually tested!

Update `tests/generator-Tests` so that `CharValue` is a `char`.
@jonathanpeppers jonathanpeppers merged commit f21b003 into dotnet:main Aug 12, 2025
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants