[mcs] Add new test
[mono.git] / mcs / errors / cs1674-2.cs
index f6f4478f6a1c6125c6ef510be6347ca144968302..5dc99682a8733ce72e8ebf5152ef80758acef77e 100644 (file)
@@ -1,4 +1,4 @@
-// cs1674-2.cs: `object': type used in a using statement must be implicitly convertible to `System.IDisposable'
+// CS1674: `object': type used in a using statement must be implicitly convertible to `System.IDisposable'
 // Line: 10
 
 using System;