[mcs] Rename error test
authorMarek Safar <marek.safar@gmail.com>
Sat, 10 Oct 2015 18:19:34 +0000 (20:19 +0200)
committerMarek Safar <marek.safar@gmail.com>
Sat, 10 Oct 2015 18:19:34 +0000 (20:19 +0200)
mcs/errors/cs9671.cs [deleted file]
mcs/errors/cs9871.cs [new file with mode: 0644]

diff --git a/mcs/errors/cs9671.cs b/mcs/errors/cs9671.cs
deleted file mode 100644 (file)
index a41fcff..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// CS9871: Global attributes must have attribute target specified
-// Line: 8
-
-using System.Reflection;
-
-[assembly: AssemblyTitle ("SidePanels")]
-
-[UsesLibrary ("eaclibrary", Required=true)]
diff --git a/mcs/errors/cs9871.cs b/mcs/errors/cs9871.cs
new file mode 100644 (file)
index 0000000..a41fcff
--- /dev/null
@@ -0,0 +1,8 @@
+// CS9871: Global attributes must have attribute target specified
+// Line: 8
+
+using System.Reflection;
+
+[assembly: AssemblyTitle ("SidePanels")]
+
+[UsesLibrary ("eaclibrary", Required=true)]