* XmlWriterTests.cs: Renamed Close* tests to Create*, and improved
[mono.git] / mcs / errors / cs0133.cs
old mode 100755 (executable)
new mode 100644 (file)
index a8d0e08..55e0166
@@ -1,4 +1,4 @@
-// cs0133.cs: the expression being assigned to `x' must be constant
+// cs0133.cs: The expression being assigned to `x' must be constant
 // Line: 6
 class X {
        X (int arg)