[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs1628.cs
index dec36af875752dc562bc2d728db1cf632f60e990..5c6af888bcc5a4cd12f0dd7aeea9d88476144b34 100644 (file)
@@ -1,4 +1,4 @@
-// cs1628.cs: Cannot use ref or out parameter `a' inside an anonymous method block
+// CS1628: Parameter `a' cannot be used inside `anonymous method' when using `ref' or `out' modifier
 // Line: 15
 using System;