Author: marek
Date: 2007-06-13 05:54:49 -0400 (Wed, 13 Jun 2007)
New Revision: 79391

Added:
   trunk/mcs/errors/cs1644-5.cs
   trunk/mcs/errors/cs1644-6.cs
Log:
New tests.

Added: trunk/mcs/errors/cs1644-5.cs
===================================================================
--- trunk/mcs/errors/cs1644-5.cs        2007-06-13 09:46:45 UTC (rev 79390)
+++ trunk/mcs/errors/cs1644-5.cs        2007-06-13 09:54:49 UTC (rev 79391)
@@ -0,0 +1,11 @@
+// CS1644: Feature `namespace alias qualifier' cannot be used because it is 
not part of the C# 1.0 language specification
+// Line: 9
+// Compiler options: -langversion:ISO-1
+
+class Program
+{
+       static void Main ()
+       {
+               global::System.Console.WriteLine ("ok");
+       }
+}


Property changes on: trunk/mcs/errors/cs1644-5.cs
___________________________________________________________________
Name: svn:eol-style
   + native

Added: trunk/mcs/errors/cs1644-6.cs
===================================================================
--- trunk/mcs/errors/cs1644-6.cs        2007-06-13 09:46:45 UTC (rev 79390)
+++ trunk/mcs/errors/cs1644-6.cs        2007-06-13 09:54:49 UTC (rev 79391)
@@ -0,0 +1,7 @@
+// CS1644: Feature `partial types' cannot be used because it is not part of 
the C# 1.0 language specification
+// Line: 5
+// Compiler options: -langversion:ISO-1
+
+partial class Test
+{
+}
\ No newline at end of file


Property changes on: trunk/mcs/errors/cs1644-6.cs
___________________________________________________________________
Name: svn:eol-style
   + native

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to