(constructor): Remove. Compiler is a static-only
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 11 May 2004 07:53:53 +0000 (07:53 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 11 May 2004 07:53:53 +0000 (07:53 -0000)
class.

svn path=/trunk/mcs/; revision=27070

mcs/class/Cscompmgd/Test/Microsoft.CSharp/ChangeLog
mcs/class/Cscompmgd/Test/Microsoft.CSharp/CompilerTest.cs

index 23b6279d3aa53d5eef5f83bd67c1c9928dd00f06..abf9c1dcc3af7d5babeaa9537c9de8064f25f906 100755 (executable)
@@ -1,3 +1,8 @@
+2004-05-11  Raja R Harinath  <rharinath@novell.com>
+
+       * CompilerTest.cs (constructor): Remove.  Compiler is a static-only
+       class.
+
 2004-02-22  Atsushi Enomot <atsushi@ximian.com>
 
        * Added CompilerTest.cs (just for setting up)
index 3f43a566f9bf6267627330d577b0638f1b9cb8ae..2e333ddda5644cbb3e416e3e2645af3290c5e91d 100755 (executable)
@@ -17,18 +17,9 @@ namespace MonoTests.Cscompmgd
        [TestFixture]
        public class CompilerTest : Assertion
        {
-               Compiler compiler;
-
                [SetUp]
                public void GetReady ()
                {
                }
-
-               [Test]
-               public void constructor ()
-               {
-                       compiler = new Compiler ();
-               }
-
        }
 }