Merge branch 'alexischr/nursery-canaries-managed-alloc'
[mono.git] / mcs / errors / cs0501-3.cs
index d3935a46a313fc370548fdcaff422128f8f0112a..3aa2376edf08c499fba506479fd737bc81e7080e 100644 (file)
@@ -1,8 +1,8 @@
-// CS0501: `C.operator !=(C, C)' must have a body because it is not marked abstract, extern, or partial\r
-// Line: 6\r
-\r
-class C\r
-{\r
-       public static bool operator != (C l, C r);\r
-       public static bool operator == (C l, C r);\r
-}\r
+// CS0501: `C.operator !=(C, C)' must have a body because it is not marked abstract, extern, or partial
+// Line: 6
+
+class C
+{
+       public static bool operator != (C l, C r);
+       public static bool operator == (C l, C r);
+}