Commit b754516
committed
[Java.Interop-Tests] Fix JniPeerMembers construction.
Oops; the JniPeerMembers managedPeerType is supposed to be the
declaring type -- the type that has the JniPeerMembers instance.
In this case that wasn't true -- CallNonvirtualDerived was using
CallNonvirtualBase as the managedPeerType. Doh!
(I wonder if there's a way to check/assert for this...)1 parent f6ae80f commit b754516
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments