do not assert on ToString result
[mcs.git] / errors / cs1574-6.cs
blob8d303518c64ddf6b6f7f2250fae479d443524941
1 // cs1574-6.cs: XML comment on `Test' has cref attribute `MyDelegate(int)' that could not be resolved
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 /// <summary>
6 /// <see cref="MyDelegate(int)" />
7 /// </summary>
8 public class Test {
9 /// <summary>
10 /// whatever
11 /// </summary>
12 public delegate void MyDelegate(int i);