[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs1628-2.cs
index 0200fe65c9e8a7194dccd8c52189f51236839811..b8a24862288f37513b51e192fa324bed52e38c16 100644 (file)
@@ -1,4 +1,4 @@
-// cs1628-2.cs: Cannot use ref or out parameter `i' inside an anonymous method block
+// CS1628: Parameter `i' cannot be used inside `anonymous method' when using `ref' or `out' modifier
 // Line: 8
 
 public class Test {