X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2Fappdomain1.cs;h=23361c90e974ca43807788220643838c684bd48b;hb=efaf33e423f7053b1bccb5225d8f2dfc4d98bbca;hp=da62e738cb9d429aae12edcd5c55511a5057209c;hpb=6b6435d1b3206b0162c37e5ecce8d9a699fe6467;p=mono.git diff --git a/mono/tests/appdomain1.cs b/mono/tests/appdomain1.cs index da62e738cb9..23361c90e97 100644 --- a/mono/tests/appdomain1.cs +++ b/mono/tests/appdomain1.cs @@ -72,7 +72,7 @@ class Container { return 7; // Creata a MBR object to test that the other domain has the correct info - MBRTest test = (MBRTest) newDomain.CreateInstanceAndUnwrap (typeof(MBRTest).Assembly.FullName, typeof(MBRTest).FullName); + MBRTest test = (MBRTest) newDomain.CreateInstanceAndUnwrap (typeof(MBRTest).Assembly.FullName, typeof(MBRTest).FullName); if (!RemotingServices.IsTransparentProxy(test)) return 8;