[xbuild] Don't report Imports ignored because of false conditions.
[mono.git] / mcs / tests / test-494.cs
index 19085b1d8635b55ba1b65188c39fb7c392c9e780..f788907b6b22be9cf71e6a5d767312400674c1ab 100644 (file)
@@ -1,11 +1,11 @@
-using System.Text;\r
-\r
-namespace Agresso.Foundation {\r
-       public class Function\r
-       {\r
-               static void Main () {}\r
-       }\r
-\r
-       public delegate void Translate(Function callback, \r
-               ref StringBuilder result);\r
+using System.Text;
+
+namespace Agresso.Foundation {
+       public class Function
+       {
+               static void Main () {}
+       }
+
+       public delegate void Translate(Function callback, 
+               ref StringBuilder result);
        }
\ No newline at end of file