Merge pull request #4615 from alexanderkyte/string_error_handling
[mono.git] / mcs / errors / cs1681.cs
index 563ccbf138416cc100275f84681d13cc3369ba09..097ed8b18e9847c9e1275f8a4edb3d7438283d67 100644 (file)
@@ -1,4 +1,4 @@
-// cs1681.cs: You cannot redefine the global extern alias
+// CS1681: The global extern alias cannot be redefined
 // Line: 3
 extern alias global;
 using System;