microsoft / TestWinRT

WinRT test component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boolean may not be blittable (in C# it's not)

Scottj1s opened this issue · comments

In C#, TestComponent.Blittable is actually a non-blittable struct, due to the Boolean A field. Should move that field to the NonBlittable struct to ensure test coverage of both categories.