Merge pull request #3418 from BrzVlad/fix-arm64-finalizer-wait
[mono.git] / mono / tests / bug-30085.cs
index 80c985b0a1121e6b89f92d01c68a721b78251826..9fc03ba6ff7e1321b30f782bda7ca2cf02a6fb10 100644 (file)
@@ -18,7 +18,7 @@ class Program
        static void ProbeCorlib ()
        {
                Type good = System.Type.GetType("System.Nullable`1[[System.Int32, mscorlib]]"); 
-               Type bad = System.Type.GetType("System.Nullable`1[[System.IO.Pipes.PipeOptions, System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]");
+               Type bad = System.Type.GetType("System.Nullable`1[[System.IO.MemoryMappedFiles.MemoryMappedFile, System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]");
 
                if (good.Assembly.FullName.Split (',') [0] != "mscorlib")
                        throw new Exception ("Wrong assembly name");