[corlib] Update SafeHandle dispose pattern to match .net. Fixes #25132
[mono.git] / mcs / errors / cs0161-2.cs
index 3cf57dd436992cc34c55c1cbd1708c2b5356597f..40c93a70a18ff9cae09363709cb5b2e85347fdba 100644 (file)
@@ -1,4 +1,4 @@
-// CS0161: Not all code paths return a value
+// CS0161: `Test.Main()': not all code paths return a value
 // Line: 4
 class Test {
        static int Main () {