Test was wrong
authorMiguel de Icaza <miguel@gnome.org>
Tue, 2 Nov 2004 17:12:01 +0000 (17:12 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 2 Nov 2004 17:12:01 +0000 (17:12 -0000)
svn path=/trunk/mcs/; revision=35566

mcs/tests/test-135.cs

index c7372e1755b46e8a2c41e5d7ceafa24d1ed533b6..5d1092efa7f32e7c5b6f0545344de1fb92acccb4 100755 (executable)
@@ -21,7 +21,7 @@ class T : IB {
         }
         static int Main() {
                PropertyInfo[] p = typeof (T).GetProperties (BindingFlags.Public| BindingFlags.NonPublic|BindingFlags.Instance);
-               if (p == null || p.Length != 1)
+               if (p == null || p.Length != 2)
                        return 1;
                 return 0;
         }