Enabled Miguel's failing test
authorMarek Safar <marek.safar@gmail.com>
Fri, 13 Jul 2007 19:30:52 +0000 (19:30 -0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 13 Jul 2007 19:30:52 +0000 (19:30 -0000)
svn path=/trunk/mcs/; revision=81966

mcs/errors/cs1624-3.cs
mcs/errors/cs1708.cs

index 10ed78d4855add4ee81ba7a14227dae613ff4569..4f90c94fb46e176b6726bc55a9afe0bdd6fcd4ff 100644 (file)
@@ -1,3 +1,6 @@
+// CS1624: The body of `Program.Program()' cannot be an iterator block because `void' is not an iterator interface type
+// Line: 6
+
 class Program {
         public Program() {
                 yield break;
index efc47cdb167b880b86b9823132e14428eb283056..9b1286ef43f7a6b5b05dbf955406451423a19bf7 100644 (file)
@@ -1,4 +1,4 @@
-// cs1708.cs: Fixed size buffers can only be accessed through locals or fields
+// CS1708: `S.array': Fixed size buffers can only be accessed through locals or fields
 // Line: 27
 // Compiler options: -unsafe