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
path: root/mcs
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2009-04-30 16:56:15 +0400
committerSebastien Pouliot <sebastien@ximian.com>2009-04-30 16:56:15 +0400
commitcbc63c74798f3adc5b8e2652db100d4195eeff96 (patch)
tree49909ebf68c95657703ef9e2af3f392d860e4026 /mcs
parent8c580360bde3b3f4c854097bce773d5e3a4ea9a6 (diff)
fix typo, thanks to Gert for quickly noticing
svn path=/trunk/mcs/; revision=133176
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs b/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs
index 6542d2e58ca..21a8a573c47 100644
--- a/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs
+++ b/mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs
@@ -667,7 +667,7 @@ namespace MonoTests.System.Runtime.InteropServices
mem = Marshal.ReAllocHGlobal (mem, (IntPtr) 1000000);
Marshal.FreeHGlobal (mem);
}
-#if NET_2_1
+#if NET_2_0
[Test]
public void TestGetExceptionForHR ()
{