Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RadioButtonTest.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RadioButtonTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RadioButtonTest.cs b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RadioButtonTest.cs
index cc8e1dfb23f..6becdb1a93c 100644
--- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RadioButtonTest.cs
+++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RadioButtonTest.cs
@@ -106,7 +106,6 @@ namespace MonoTests.System.Windows.Forms
Assert.AreEqual ("System.Windows.Forms.RadioButton, Checked: False" , rButton1.ToString (), "#9");
}
-#if NET_2_0
[Test]
public void AutoSizeText ()
{
@@ -125,7 +124,6 @@ namespace MonoTests.System.Windows.Forms
if (rb.Width == width)
Assert.Fail ("RadioButton did not autosize, actual: {0}", rb.Width);
}
-#endif
}
[TestFixture]