New test.
[mono.git] / mcs / errors / cs0057.cs
index 3eadc7528597eefaccf26851b1ed4705e53542bb..67e3a33cd562be39866f1b0d643a02a2799b9671 100644 (file)
@@ -4,7 +4,7 @@
 using System;
 
 class ErrorCS0057 {
-       public ErrorCS0057 ();
+       public ErrorCS0057 () {}
 }
 
 public class Foo {