From 64ecc5d064f6a11b44c3629b3f8db622ae3f19d2 Mon Sep 17 00:00:00 2001 From: EgorBo Date: Sat, 16 Dec 2017 04:42:13 +0300 Subject: [PATCH] change return value from 100 to 0 (for success) --- mono/tests/dim-constrainedcall.il | 2 +- mono/tests/{diamondshape.il => dim-diamondshape.il} | 2 +- mono/tests/dim-genericmethods.il | 2 +- mono/tests/dim-methodimpl.il | 2 +- mono/tests/dim-sharedgenerics.il | 2 +- mono/tests/dim-simple.il | 2 +- mono/tests/dim-valuetypes.il | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) rename mono/tests/{diamondshape.il => dim-diamondshape.il} (99%) diff --git a/mono/tests/dim-constrainedcall.il b/mono/tests/dim-constrainedcall.il index ef39ba51e1b..0408c75f26c 100644 --- a/mono/tests/dim-constrainedcall.il +++ b/mono/tests/dim-constrainedcall.il @@ -386,7 +386,7 @@ IL_0008: ldc.i4.s 101 IL_000a: br.s IL_000e - IL_000c: ldc.i4.s 100 + IL_000c: ldc.i4.s 0 IL_000e: stloc.0 IL_000f: br.s IL_0011 diff --git a/mono/tests/diamondshape.il b/mono/tests/dim-diamondshape.il similarity index 99% rename from mono/tests/diamondshape.il rename to mono/tests/dim-diamondshape.il index 4173bc6aea6..063ebef8448 100644 --- a/mono/tests/diamondshape.il +++ b/mono/tests/dim-diamondshape.il @@ -874,7 +874,7 @@ IL_0008: ldc.i4.s 101 IL_000a: br.s IL_000e - IL_000c: ldc.i4.s 100 + IL_000c: ldc.i4.s 0 IL_000e: stloc.0 IL_000f: br.s IL_0011 diff --git a/mono/tests/dim-genericmethods.il b/mono/tests/dim-genericmethods.il index 3a3204da417..d588bfbbf58 100644 --- a/mono/tests/dim-genericmethods.il +++ b/mono/tests/dim-genericmethods.il @@ -287,7 +287,7 @@ IL_0008: ldc.i4.s 101 IL_000a: br.s IL_000e - IL_000c: ldc.i4.s 100 + IL_000c: ldc.i4.s 0 IL_000e: stloc.0 IL_000f: br.s IL_0011 diff --git a/mono/tests/dim-methodimpl.il b/mono/tests/dim-methodimpl.il index 7f9444283ed..519ed72987c 100644 --- a/mono/tests/dim-methodimpl.il +++ b/mono/tests/dim-methodimpl.il @@ -1607,7 +1607,7 @@ IL_0008: ldc.i4.s 101 IL_000a: br.s IL_000e - IL_000c: ldc.i4.s 100 + IL_000c: ldc.i4.s 0 IL_000e: stloc.0 IL_000f: br.s IL_0011 diff --git a/mono/tests/dim-sharedgenerics.il b/mono/tests/dim-sharedgenerics.il index 8e9eaec3255..270ddfd3756 100644 --- a/mono/tests/dim-sharedgenerics.il +++ b/mono/tests/dim-sharedgenerics.il @@ -205,7 +205,7 @@ IL_0008: ldc.i4.s 101 IL_000a: br.s IL_000e - IL_000c: ldc.i4.s 100 + IL_000c: ldc.i4.s 0 IL_000e: stloc.0 IL_000f: br.s IL_0011 diff --git a/mono/tests/dim-simple.il b/mono/tests/dim-simple.il index c53ed0f0a45..d033fb5a776 100644 --- a/mono/tests/dim-simple.il +++ b/mono/tests/dim-simple.il @@ -327,7 +327,7 @@ IL_0008: ldc.i4.s 101 IL_000a: br.s IL_000e - IL_000c: ldc.i4.s 100 + IL_000c: ldc.i4.s 0 IL_000e: stloc.0 IL_000f: br.s IL_0011 diff --git a/mono/tests/dim-valuetypes.il b/mono/tests/dim-valuetypes.il index 56c23f111e9..13b2084870c 100644 --- a/mono/tests/dim-valuetypes.il +++ b/mono/tests/dim-valuetypes.il @@ -182,7 +182,7 @@ IL_0008: ldc.i4.s 101 IL_000a: br.s IL_000e - IL_000c: ldc.i4.s 100 + IL_000c: ldc.i4.s 0 IL_000e: stloc.0 IL_000f: br.s IL_0011 -- 2.11.4.GIT