diff --git a/ICSharpCode.Decompiler.Tests/TestCases/Pretty/UnsafeCode.cs b/ICSharpCode.Decompiler.Tests/TestCases/Pretty/UnsafeCode.cs index b8a58cd14..a6b6813ee 100644 --- a/ICSharpCode.Decompiler.Tests/TestCases/Pretty/UnsafeCode.cs +++ b/ICSharpCode.Decompiler.Tests/TestCases/Pretty/UnsafeCode.cs @@ -372,12 +372,12 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty } } - public unsafe void CustomPinReferenceType(CustomPinnable mem) - { - fixed (int* ptr = mem) { - UsePointer(ptr); - } - } + //public unsafe void CustomPinReferenceType(CustomPinnable mem) + //{ + // fixed (int* ptr = mem) { + // UsePointer(ptr); + // } + //} #endif public unsafe string StackAlloc(int count)