From: Miguel de Icaza Date: Tue, 22 Jul 2003 18:54:29 +0000 (-0000) Subject: Flus tets X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=43cdf30efc71aacd0c07b220e8f431359953bb8c;p=mono.git Flus tets svn path=/trunk/mcs/; revision=16536 --- diff --git a/mcs/tests/pi.cs b/mcs/tests/pi.cs new file mode 100644 index 00000000000..fc916084c45 --- /dev/null +++ b/mcs/tests/pi.cs @@ -0,0 +1,2 @@ +internal class Provider { +} diff --git a/mcs/tests/pp.cs b/mcs/tests/pp.cs new file mode 100644 index 00000000000..53420575796 --- /dev/null +++ b/mcs/tests/pp.cs @@ -0,0 +1,3 @@ +public class Provider { +} + diff --git a/mcs/tests/pu.cs b/mcs/tests/pu.cs new file mode 100644 index 00000000000..99a2f09c059 --- /dev/null +++ b/mcs/tests/pu.cs @@ -0,0 +1,5 @@ +class Test { + static void Main () { + Provider p = new Provider (); + } +}