Bump up visibility for several helper types under JIT/Methodical (#64716)
authorTomáš Rylek <trylek@microsoft.com>
Thu, 3 Feb 2022 19:51:14 +0000 (20:51 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 19:51:14 +0000 (20:51 +0100)
commit9a10cec10e788a3d7c0860cbc085d289ea7bde5f
treef31103cb7fbff80f3d8fb9bee68d890027020817
parent50e6f078bcf4aa5bca1e7e110b9a6cb846390b82
Bump up visibility for several helper types under JIT/Methodical (#64716)

This change converts a small number of special tests to use the
[Fact] style. These tests are atypical in using various internal
types declared in their source code as fields in the test class;
bumping up test class visibility to public requires transitive
modifications to visibility of the helper types.

Thanks

Tomas
src/tests/JIT/Methodical/MDArray/GaussJordan/classarr.cs
src/tests/JIT/Methodical/MDArray/GaussJordan/structarr.cs
src/tests/JIT/Methodical/VT/etc/ctor_recurse.cs
src/tests/JIT/Methodical/VT/etc/han2.cs
src/tests/JIT/Methodical/VT/etc/han3.cs
src/tests/JIT/Methodical/VT/etc/han3_ctor.cs
src/tests/JIT/Methodical/VT/etc/han3_ref.cs
src/tests/JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.cs
src/tests/JIT/Methodical/flowgraph/dev10_bug679008/singleRefField.cs