* test-array.il: Oops, contained two copies of the test case.
authorAnkit Jain <radical@corewars.org>
Thu, 15 Dec 2005 18:15:57 +0000 (18:15 -0000)
committerAnkit Jain <radical@corewars.org>
Thu, 15 Dec 2005 18:15:57 +0000 (18:15 -0000)
svn path=/trunk/mcs/; revision=54477

mcs/ilasm/tests/ChangeLog
mcs/ilasm/tests/test-array.il

index 7a7a7376bf53b0736d2fff6af17aa30092185935..1d469829a89f2d57b6816930dc2ca65c6ba80894 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-15  Ankit Jain  <jankit@novell.com>
+
+       * test-array.il: Oops, contained two copies of the test case.
+
 2005-12-15  Ankit Jain  <jankit@novell.com>
 
        * assembly.il: New. Test for multiple .assembly declarations.
index bfa34ea3ac69f8a9e029464194f03db442c68f9d..7b3ab29af45f2286367be7cf2f343d2e0f6a23de 100644 (file)
   }
 }
 }
-//Test for tokenizing :  0...8
-//Bug# 76977
-
-.namespace MonoTest
-{
-.class private auto autochar beforefieldinit ConsoleApp extends
-[mscorlib]System.Object
-{
-  .method assembly hidebysig static void 
-          Test() cil managed
-  {
-    // Code size       74 (0x4a)
-    .maxstack  2
-       
-    .locals init (unsigned int8[0...8] V_0)
-     
-     ret
-  }
-}
-}