Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2007-03-19 22:29:30 +0300
committerMarek Safar <marek.safar@gmail.com>2007-03-19 22:29:30 +0300
commit6131cbea6a6026575131b441b087b27779e2e2e9 (patch)
treeb27c5263660163b3b9530cacf33ae5e0590ec95a /mcs/tests/test-567.cs
parent43c3fdc3e09b49b34a2e7bdb98ad2ee827751471 (diff)
Updated tests.
svn path=/trunk/mcs/; revision=74624
Diffstat (limited to 'mcs/tests/test-567.cs')
-rw-r--r--mcs/tests/test-567.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/tests/test-567.cs b/mcs/tests/test-567.cs
index 179420c0098..4e5b1feebaf 100644
--- a/mcs/tests/test-567.cs
+++ b/mcs/tests/test-567.cs
@@ -1,6 +1,7 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
+using System.Runtime.CompilerServices;
namespace preservesig_test
{
@@ -33,6 +34,7 @@ namespace preservesig_test
public event D e;
[PreserveSig()]
+ [MethodImpl(MethodImplOptions.InternalCall,MethodCodeType=MethodCodeType.Runtime)]
public int DoFoo()
{
return 0;