[threadpool] Pass callback at initialization (#4546)
[mono.git] / mcs / errors / cs0006.cs
index 72dd50b54ae3c66d0bc096d9a08951d4fbbee658..d4ae9fb7778c2a5bc051bf07b98aa5f42352fb77 100644 (file)
@@ -1,7 +1,7 @@
-// CS0006: Cannot find assembly file `a:b'\r
-// Line: 0\r
-// Compiler options: -r:a:b\r
-\r
-class C\r
-{\r
-}
\ No newline at end of file
+// CS0006: Metadata file `a:b' could not be found
+// Line: 0
+// Compiler options: -r:a:b
+
+class C
+{
+}