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

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Corrado <alexc@xamarin.com>2013-09-14 01:19:25 +0400
committerAlex Corrado <alexc@xamarin.com>2013-09-14 01:19:25 +0400
commit1895e4bbff9cef63b3667ac73da3fdf58f79e46f (patch)
treea271b2940cdea11158e253f5439126dc38b627f1
parent5f157e281ba6aa42abeb6598293e597584c0ba23 (diff)
Give TestRunner STAThread attribute
-rw-r--r--src/framework/GuiUnit/TestRunner.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/framework/GuiUnit/TestRunner.cs b/src/framework/GuiUnit/TestRunner.cs
index d82a7ce..9078cd5 100644
--- a/src/framework/GuiUnit/TestRunner.cs
+++ b/src/framework/GuiUnit/TestRunner.cs
@@ -64,6 +64,7 @@ namespace GuiUnit
}
}
+ [STAThread]
public static int Main (string[] args)
{
new TestRunner ().Execute (args);