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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2020-02-27 04:10:16 +0300
committerGitHub <noreply@github.com>2020-02-27 04:10:15 +0300
commitb33fa1d00ed3b3c16c9abf8c623bb089c6ddc669 (patch)
tree7804beb58ef1013004f2ba50699e5c9b2e52ce1a /mcs/class/Mono.Debugger.Soft/Test/dtest.cs
parent8a687a40444439c4ffee13c51b61062e6e252a51 (diff)
Backport 2020-02 enable embedded ppdb. (#19050)mono-6.10.0.87
Co-authored-by: Thays Grazia <thaystg@gmail.com>
Diffstat (limited to 'mcs/class/Mono.Debugger.Soft/Test/dtest.cs')
-rw-r--r--mcs/class/Mono.Debugger.Soft/Test/dtest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
index 05d112e3f88..c385aeecb4b 100644
--- a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
+++ b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
@@ -470,7 +470,6 @@ public class DebuggerTests
var pdbFromMemory = assemblyMirror.GetPdbBlob ();
if (!File.Exists (pdbPath)) {
- Assert.IsFalse (assemblyMirror.HasPdb);
Assert.IsTrue (assemblyMirror.HasFetchedPdb);
continue;
}