New test.
[mono.git] / mcs / errors / cs0644.cs
index 5e93f4ef509be812e3cd271b5b8c086430a5768a..11e4e0ea1b03baf61f99cd14eb0e359efb17001f 100644 (file)
@@ -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 {
 }