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:
authorJonathan Chambers <joncham@gmail.com>2007-03-20 00:04:28 +0300
committerJonathan Chambers <joncham@gmail.com>2007-03-20 00:04:28 +0300
commit67b6925604a7a08196140a6b535cfd380bf7e7e3 (patch)
tree2038c34a280686d1aea6742c6f253a5b093332b5 /mcs/tests/test-567.cs
parentaff37c7788bd389c20fc8fcfe433ec2c66bf17cb (diff)
Revert 74623/74624 to fix build.
svn path=/trunk/mcs/; revision=74637
Diffstat (limited to 'mcs/tests/test-567.cs')
-rw-r--r--mcs/tests/test-567.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/tests/test-567.cs b/mcs/tests/test-567.cs
index 4e5b1feebaf..179420c0098 100644
--- a/mcs/tests/test-567.cs
+++ b/mcs/tests/test-567.cs
@@ -1,7 +1,6 @@
using System;
using System.Reflection;
using System.Runtime.InteropServices;
-using System.Runtime.CompilerServices;
namespace preservesig_test
{
@@ -34,7 +33,6 @@ namespace preservesig_test
public event D e;
[PreserveSig()]
- [MethodImpl(MethodImplOptions.InternalCall,MethodCodeType=MethodCodeType.Runtime)]
public int DoFoo()
{
return 0;