Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0160-2.cs
index 5244b8266712824cec46c17410176cd874d8b1f9..50c2c44d9086ae1062bfb82056b7518bf45ce8bd 100644 (file)
@@ -1,4 +1,4 @@
-// cs0160-2.cs: A previous catch clause already catches all exceptions of this or a super type `System.Exception'
+// CS0160: A previous catch clause already catches all exceptions of this or a super type `System.Exception'
 // Line: 8
 
 class ClassMain {