wrong error code
authorMarek Safar <marek.safar@gmail.com>
Mon, 21 Feb 2005 12:25:26 +0000 (12:25 -0000)
committerMarek Safar <marek.safar@gmail.com>
Mon, 21 Feb 2005 12:25:26 +0000 (12:25 -0000)
svn path=/trunk/mcs/; revision=40981

1  2 
mcs/errors/cs0143.cs
mcs/errors/cs0234.cs
mcs/errors/cs0246-10.cs
mcs/errors/cs1501-8.cs

diff --cc mcs/errors/cs0143.cs
index 2a448522c423803f25486b24fdbac0b2178abcb7,2a448522c423803f25486b24fdbac0b2178abcb7..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,16 -1,16 +1,0 @@@
--// cs0143: Can't find the constructor for a determinated class.
--// Line: 11 
--
--namespace cs0143Test
--{
--      public class A
--      {
--              static void Main ()
--              {
--                      string b="text";
--                      int c=2;
--                      
--                      A  a = new A (b, c);
--              }
--      }
--}
diff --cc mcs/errors/cs0234.cs
index 046394a6d9a3a9bbd45d767c57c1a93683a0cd37,046394a6d9a3a9bbd45d767c57c1a93683a0cd37..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,10 -1,10 +1,0 @@@
--//cs0243: NonExistant does not exist in this namespace
--
--using System;
--using Nonexistant;
--
--class X
--{
--      static void Main () {
--      }
--}
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..046394a6d9a3a9bbd45d767c57c1a93683a0cd37
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,10 @@@
++//cs0243: NonExistant does not exist in this namespace
++
++using System;
++using Nonexistant;
++
++class X
++{
++      static void Main () {
++      }
++}
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..2a448522c423803f25486b24fdbac0b2178abcb7
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,16 @@@
++// cs0143: Can't find the constructor for a determinated class.
++// Line: 11 
++
++namespace cs0143Test
++{
++      public class A
++      {
++              static void Main ()
++              {
++                      string b="text";
++                      int c=2;
++                      
++                      A  a = new A (b, c);
++              }
++      }
++}