remove debug writelines
[mcs.git] / errors / cs1590-3.cs
blob6f93a0fba339b45483990df504e3e65e8679bb2a
1 // cs1590-3.cs: Invalid XML `include' element. Missing `file' attribute
2 // Line: 16
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 namespace Testing
7 /// comment
8 public class Test
10 /// comment
11 public static void Main ()
15 /// <include path='/foo/bar' />
16 public void Bar (int x)