From 2b7e10ebda00370b53d595534cb21977932a3c5c Mon Sep 17 00:00:00 2001 From: Thays Grazia Date: Thu, 27 Feb 2020 07:41:14 -0300 Subject: [2020-02][debugger] Enable reading embedded ppdb (#19049) Backport https://github.com/mono/mono/pull/18895 --- mcs/class/Mono.Debugger.Soft/Test/dtest.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'mcs/class') 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; } -- cgit v1.2.3