Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / mcs / errors / cs0227.cs
index 8ac842ee21d2adae4d587073f7469120919eb1b3..a80fdb6b5f3884a19409acab157b8c527245b0eb 100644 (file)
@@ -1,4 +1,4 @@
-// cs0227.cs: Unsafe code may only appear if compiling with /unsafe
+// CS0227: Unsafe code requires the `unsafe' command line option to be specified
 // Line: 5
 
 class UnsafeClass {