2005-11-22 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / Test / System.Collections.Generic / StackTest.cs
index 3e395fc45cd8ccd8a2875bfa132999ea4a835e63..8fa9d38ddb72888df069efbb61aafab5f7f517ad 100644 (file)
@@ -188,15 +188,6 @@ namespace MonoTests.System.Collections.Generic {
                        AssertEquals (x [0], 1);
                }
                
-               [Test]
-               public void TestTrimToSize ()
-               {
-                       Stack <int> s = new Stack <int> ();
-                       s.TrimToSize ();
-                       s.Push (1);
-                       s.TrimToSize ();
-               }
-               
                [Test]
                public void TestEnumerator ()
                {
@@ -233,4 +224,4 @@ namespace MonoTests.System.Collections.Generic {
                }
         }
 }
-#endif
\ No newline at end of file
+#endif