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
path: root/mcs/class
diff options
context:
space:
mode:
authorThays Grazia <thaystg@gmail.com>2020-02-27 13:41:14 +0300
committerGitHub <noreply@github.com>2020-02-27 13:41:14 +0300
commit2b7e10ebda00370b53d595534cb21977932a3c5c (patch)
treeb496602b85126f4c6a34fa7960ac16db25df6a36 /mcs/class
parent23b4f40e1b412fc0a8d39c99c3d8df1354222859 (diff)
[2020-02][debugger] Enable reading embedded ppdb (#19049)
Backport https://github.com/mono/mono/pull/18895
Diffstat (limited to 'mcs/class')
-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 7be3ae3e6eb..60fcfe29c6f 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;
}