Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Mono.Cecil.Tests/PortablePdbTests.cs')
-rw-r--r--Test/Mono.Cecil.Tests/PortablePdbTests.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/Mono.Cecil.Tests/PortablePdbTests.cs b/Test/Mono.Cecil.Tests/PortablePdbTests.cs
index 1b4c5ec..759677c 100644
--- a/Test/Mono.Cecil.Tests/PortablePdbTests.cs
+++ b/Test/Mono.Cecil.Tests/PortablePdbTests.cs
@@ -1,3 +1,4 @@
+#if !READ_ONLY
using System;
using System.IO;
using System.Linq;
@@ -337,6 +338,7 @@ namespace Mono.Cecil.Tests {
});
}
+#if !READ_ONLY
[Test]
public void EmbeddedCompressedPortablePdb ()
{
@@ -418,5 +420,7 @@ namespace Mono.Cecil.Tests {
IL_0001: ret", main);
}, symbolReaderProvider: typeof (PortablePdbReaderProvider), symbolWriterProvider: typeof (PortablePdbWriterProvider));
}
+#endif
}
}
+#endif \ No newline at end of file