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>2021-05-07 18:51:40 +0300
committerGitHub <noreply@github.com>2021-05-07 18:51:40 +0300
commita5f4931bc577ca94d05cd6b64e810c5cc4f035bb (patch)
tree20a746e4f6c0a801d044d111c3fed50c59be4706 /test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs
parent17dd8b63f0f1752685575f920a3c3db00c51ecb9 (diff)
Improve expected tests results verification for branch instructions (#2018)
Diffstat (limited to 'test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs')
-rw-r--r--test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs b/test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs
index 6a77a146a..2900168f8 100644
--- a/test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs
+++ b/test/Mono.Linker.Tests.Cases/UnreachableBlock/ComplexConditions.cs
@@ -23,7 +23,7 @@ namespace Mono.Linker.Tests.Cases.UnreachableBlock
"nop",
"ldarg.0",
"isinst",
- "brtrue.s",
+ "brtrue.s il_19",
"call",
"pop",
"ldarg.0",
@@ -31,12 +31,12 @@ namespace Mono.Linker.Tests.Cases.UnreachableBlock
"ldnull",
"ldnull",
"cgt.un",
- "br.s",
- "br.s",
+ "br.s il_17",
+ "br.s il_1a",
"ldc.i4.1",
"stloc.0",
"ldloc.0",
- "brfalse.s",
+ "brfalse.s il_24",
"call",
"nop",
"ret"
@@ -62,15 +62,15 @@ namespace Mono.Linker.Tests.Cases.UnreachableBlock
"stloc.0",
"ldarg.0",
"ldc.i4.2",
- "beq.s",
+ "beq.s il_15",
"ldarg.0",
"ldc.i4.3",
"ceq",
- "br.s",
+ "br.s il_16",
"ldc.i4.1",
"stloc.2",
"ldloc.2",
- "brfalse.s",
+ "brfalse.s il_20",
"newobj",
"throw",
"newobj",