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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2020-11-02 11:53:57 +0300
committerGitHub <noreply@github.com>2020-11-02 11:53:57 +0300
commit3a382900799ab44071246fe4394041164f9c9b9b (patch)
tree857f25a9303994a7e2e4d9035698d7f601e347a0 /test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs
parent57974c1f5790e6fb33f5fce161707be5cd86c4d3 (diff)
Mark types needed for instance checks only if they are ever instantiated (#1595)
Diffstat (limited to 'test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs')
-rw-r--r--test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs b/test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs
index d58b315c1..e23d08b8f 100644
--- a/test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs
+++ b/test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs
@@ -27,7 +27,8 @@ namespace Mono.Linker.Tests.Cases.UnreachableBlock
"call",
"pop",
"ldarg.0",
- "isinst",
+ "pop",
+ "ldnull",
"ldnull",
"cgt.un",
"br.s",