Add test coverage for ldtoken with members (#9713)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Wed, 22 Feb 2017 20:04:37 +0000 (12:04 -0800)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2017 20:04:37 +0000 (12:04 -0800)
commit4ae7ce48780c2db9ca8b4208c89b0db6aae97187
treec928e176aa2e253924e5c3c4f09db57770821016
parent27d5d92f6a07f515dff2074a77f4ee63477e5456
Add test coverage for ldtoken with members (#9713)

The test coverage for `ldtoken field X` and `ldtoken method X` in the
repo is very small - this test tries to improve things a little.

In particular, it tests that we get the right reflection objects, and
that we can do this from shared and unshared code.
tests/src/reflection/ldtoken/ldtokenmember.il [new file with mode: 0644]
tests/src/reflection/ldtoken/ldtokenmember.ilproj [new file with mode: 0644]