2008-12-03 Mark Probst <mark.probst@gmail.com>
commit0383d831a337df50763c27953cec8ce1b8d80dae
authorMark Probst <mark.probst@gmail.com>
Wed, 3 Dec 2008 13:20:28 +0000 (3 13:20 -0000)
committerMark Probst <mark.probst@gmail.com>
Wed, 3 Dec 2008 13:20:28 +0000 (3 13:20 -0000)
tree723c59d04298030a5c55f2f8b37d718c03ce3ba8
parent20e96bae9af44af5dd94846c641cbbbf46f8df4e
2008-12-03  Mark Probst  <mark.probst@gmail.com>

* method-to-ir.c (mono_method_to_ir): Handle ldtoken of an open
generic type (via a typedef or typeref) correctly.

2008-12-03  Mark Probst  <mark.probst@gmail.com>

* generic-typedef.2.cs: New test for ldtoken of open generic
types.

* Makefile.am: Test added.

svn path=/trunk/mono/; revision=120589
mono/mini/ChangeLog
mono/mini/method-to-ir.c
mono/tests/ChangeLog
mono/tests/Makefile.am
mono/tests/generic-typedef.2.cs [new file with mode: 0644]