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/SendKeysTest.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs
index 539156672fe..6baf740511e 100644
--- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs
+++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs
@@ -120,7 +120,7 @@ namespace MonoTests.System.Windows.Forms
[SetUp]
protected override void SetUp () {
- keys.Clear();
+ keys.Clear();
base.SetUp ();
}