chiark / gitweb /
windows: correct comment
authorRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 22 Dec 2012 16:39:55 +0000 (16:39 +0000)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Sat, 22 Dec 2012 16:39:55 +0000 (16:39 +0000)
windows/tests/IterationTest.cs

index fb2bb84..85d53d6 100644 (file)
@@ -4,14 +4,14 @@ using uk.org.greenend.mandy;
 
 namespace tests
 {
+  /// <summary>
+  /// Test for C# exposure of the underlying iteration function.
+  /// </summary>
+  /// <remarks>
+  /// <para>Only the 64-bit configuration is testable.</para></remarks>
   [TestClass]
   public class IterationTest
   {
-    /// <summary>
-    /// Tests for Fix128
-    /// </summary>
-    /// <remarks>
-    /// <para>Only the 64-bit configuration is testable.</para></remarks>
     [TestMethod]
     [DeploymentItem(@"..\..\..\..\x64\Debug\libmandy.dll")]
     public void IterateTest()