Fix test
authorMiguel de Icaza <miguel@gnome.org>
Tue, 7 Jan 2003 21:02:30 +0000 (21:02 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 7 Jan 2003 21:02:30 +0000 (21:02 -0000)
svn path=/trunk/mcs/; revision=10259

mcs/errors/cs0514.cs

index 054054c5855e613c0884e02eaef89657d29074fc..86747c11ae8a6b54b861d344fb9c18515b1f1776 100644 (file)
@@ -1,7 +1,7 @@
 // cs0514: Static constructor can not have arguments
 // Line: 4
 class X {
-       static X (int a)
+       static X () : base ()
        {
        }