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:
authorJérémie Laval <jeremie.laval@gmail.com>2015-02-26 01:54:25 +0300
committerJérémie Laval <jeremie.laval@gmail.com>2015-02-26 01:54:25 +0300
commit9b5e8596ff94c503dd021bb31577b8c89150088c (patch)
treee9a3c4b40af4e8af62bb9af33d4d9185b16c7b8d /Testing/MacTestRunner/Main.cs
parent52b1eeae8359aa0a084669cada135f9f2881360a (diff)
parentc20493b64ee7b74c10c652682a029f7a7e55a839 (diff)
Merge remote-tracking branch 'origin/master' into merge-xammac
Diffstat (limited to 'Testing/MacTestRunner/Main.cs')
-rw-r--r--Testing/MacTestRunner/Main.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Testing/MacTestRunner/Main.cs b/Testing/MacTestRunner/Main.cs
index f7fbdf03..5553e793 100644
--- a/Testing/MacTestRunner/Main.cs
+++ b/Testing/MacTestRunner/Main.cs
@@ -10,9 +10,6 @@ namespace MacTest
//FIXME: remove this once mmp summorts xammac
ObjCRuntime.Dlfcn.dlopen ("/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/libxammac.dylib", 0);
- Application.Initialize (ToolkitType.Cocoa);
- ReferenceImageManager.Init ("MacTestRunner");
-
var list = new List<string> (args);
list.Add ("-domain=None");
list.Add ("-noshadow");