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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2013-11-23 13:33:25 +0400
committerLluis Sanchez <lluis@xamarin.com>2013-11-23 14:06:46 +0400
commit85461f6071da6df3fc2edeb072950cbb529474fe (patch)
treefc208ac3d28603d80e821273f6d8bb3291ef46aa /Testing
parent9755f8fb592a97a45dfb2b41b42d36e1230bd59a (diff)
[Mac] Minor fix in unit tests
Diffstat (limited to 'Testing')
-rw-r--r--Testing/MacTestRunner/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Testing/MacTestRunner/Main.cs b/Testing/MacTestRunner/Main.cs
index 95a56f50..7542479b 100644
--- a/Testing/MacTestRunner/Main.cs
+++ b/Testing/MacTestRunner/Main.cs
@@ -13,7 +13,7 @@ namespace MacTest
Xwt.Application.Initialize (Xwt.ToolkitType.Cocoa);
ReferenceImageManager.Init ("MacTestRunner");
- var list = new List<string> ();
+ var list = new List<string> (args);
list.Add ("-domain=None");
list.Add ("-noshadow");
list.Add ("-nothread");