Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs4011.cs
index 231cf1f48c296c86c39d5b463097957fe1a6fcf0..c4bc3c88be963180c4c786e28c3fef0032a0b73a 100644 (file)
@@ -1,4 +1,4 @@
-// CS1999: The awaiter type `int' must have suitable IsCompleted, OnCompleted, and GetResult members
+// CS4011: The awaiter type `int' must have suitable IsCompleted and GetResult members
 // Line: 16
 
 static class S
@@ -15,4 +15,4 @@ class A
        {
                await 9;
        }
-}
\ No newline at end of file
+}