[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0633-3.cs
index 17e58dd7a5c0221e14b35604f4e9646c07f4c420..1a8cd5af4eb28acbf083140c94d16794d68a052a 100644 (file)
@@ -1,14 +1,14 @@
-// cs0633-3.cs: The argument to the `System.Diagnostics.ConditionalAttribute' attribute must be a valid identifier\r
-// Line: 8\r
-\r
-using System;\r
-using System.Diagnostics;\r
-\r
-class TestClass {\r
-       [Conditional ("UNDEFINED CONDITION")]\r
-       static void ConditionalMethod ()\r
-       {\r
-       }\r
-}\r
-\r
-\r
+// CS0633: The argument to the `System.Diagnostics.ConditionalAttribute' attribute must be a valid identifier
+// Line: 8
+
+using System;
+using System.Diagnostics;
+
+class TestClass {
+       [Conditional ("UNDEFINED CONDITION")]
+       static void ConditionalMethod ()
+       {
+       }
+}
+
+