[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs0649.cs
index 1642edd35bba2064024fdf7913a12f37ad31239d..af96084fdd1b6ba37ac01efe8de010055328f406 100644 (file)
@@ -1,5 +1,7 @@
-// cs0649.cs: Field `X.s' is never assigned to, and will always have its default value null
+// CS0649: Field `X.s' is never assigned to, and will always have its default value `null'
 // Line: 4
+// Compiler options: -warnaserror -warn:4
+
 class X {
        string s;