* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs1656-2.cs
index 984b00f86ce430e6ad9d0806cf4c504dc85041e2..5bf39e862c339891082e94942904a97092790390 100644 (file)
@@ -1,5 +1,5 @@
-// cs1656.cs: Cannot assign to 'p' because it is a 'fixed variable'
-// line: 10
+// cs1656-2.cs: Cannot assign to `p' because it is a `fixed variable'
+// Line: 10
 // Compiler options: -unsafe
 
 unsafe class X {