Add regression tests for #12761. #12761 was fixed by #12735.
authorEugene Rozenfeld <erozen@microsoft.com>
Mon, 17 Jul 2017 22:15:30 +0000 (15:15 -0700)
committerEugene Rozenfeld <erozen@microsoft.com>
Tue, 18 Jul 2017 00:02:10 +0000 (17:02 -0700)
commitbdbd1eb01287caf873063e6ba83df31fad9e18c6
tree98be1f78dee84cb62978ac6e223a7ff68be9e13e
parent8b8231291ded137c49632ef808bbbdc9a500507b
Add regression tests for #12761. #12761 was fixed by #12735.

The bug was repro-ing on a dynamic method produced by Reflection::Emit.

It's not possible to repro the bug on normal C# code because of
C# definite assignment rules.

This change adds a simple il regression test.
tests/src/JIT/Regression/JitBlue/GitHub_12761/GitHub_12761.il [new file with mode: 0644]
tests/src/JIT/Regression/JitBlue/GitHub_12761/GitHub_12761.ilproj [new file with mode: 0644]