New test.
[mono.git] / mcs / errors / cs0644.cs
old mode 100755 (executable)
new mode 100644 (file)
index 5e93f4e..11e4e0e
@@ -1,4 +1,4 @@
-// cs0644.cs: Cannot inherit from special class
+// cs0644.cs: `X' cannot derive from special class `System.ValueType'
 // Line: 3
 class X : System.ValueType {
 }