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:
authorMartin Baulig <martin@novell.com>2004-12-04 19:55:25 +0300
committerMartin Baulig <martin@novell.com>2004-12-04 19:55:25 +0300
commitceb48fe11487235b3739bb9e6ce74ccd5dfc894a (patch)
treec4c85b4ea79964892d6c2934a725c750a474c19c /mcs/class/Mono.C5
parent489ac58765b1285ea284aa8e6380a8a442a93528 (diff)
Removed the last FIXME's.
svn path=/trunk/mcs/; revision=37085
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Test/BasesTest.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/Mono.C5/Test/BasesTest.cs b/mcs/class/Mono.C5/Test/BasesTest.cs
index 6fecee3629b..51d448d3716 100644
--- a/mcs/class/Mono.C5/Test/BasesTest.cs
+++ b/mcs/class/Mono.C5/Test/BasesTest.cs
@@ -81,7 +81,6 @@ namespace nunit.support
public bool Equals(dbl that) { return d == that.d; }
}
-#if FIXME
[Test]
public void GenericC()
{
@@ -93,7 +92,6 @@ namespace nunit.support
Assert.AreEqual(0, h.Compare(s, t));
Assert.IsTrue(h.Compare(s, u) < 0);
}
-#endif
[Test]
@@ -109,7 +107,6 @@ namespace nunit.support
}
-#if FIXME
[Test]
public void GenericCViaBuilder()
{
@@ -145,7 +142,6 @@ namespace nunit.support
Assert.AreEqual(0, h.Compare(s, t));
Assert.IsTrue(h.Compare(s, u) < 0);
}
-#endif
}