Merge pull request #4938 from kumpera/optimize_ref_queries
[mono.git] / mono / tests / appdomain1.cs
index da62e738cb9d429aae12edcd5c55511a5057209c..23361c90e974ca43807788220643838c684bd48b 100644 (file)
@@ -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);\r
+               MBRTest test = (MBRTest) newDomain.CreateInstanceAndUnwrap (typeof(MBRTest).Assembly.FullName, typeof(MBRTest).FullName);
                
                if (!RemotingServices.IsTransparentProxy(test))
                        return 8;