Enable test.
authorRobert Jordan <robertj@gmx.net>
Thu, 23 Aug 2007 19:55:04 +0000 (19:55 -0000)
committerRobert Jordan <robertj@gmx.net>
Thu, 23 Aug 2007 19:55:04 +0000 (19:55 -0000)
svn path=/trunk/mcs/; revision=84748

mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs

index eaf836ffa84224370606425b8f7ccec5bb1d048f..34f779f93abb4c89df6d96c04fa5046c0c77af8c 100644 (file)
@@ -368,7 +368,6 @@ namespace MonoTests.System.Runtime.InteropServices
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void TestGlobalAlloc ()
                {
                        IntPtr mem = Marshal.AllocHGlobal (100);