From e19473856d11539809f955c251aecc3ac3ce9570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Fri, 13 Mar 2020 12:16:48 +0100 Subject: [PATCH] Make a "static instance" method static --- .../UnreachableBlock/Dependencies/LocalsWithoutStore.il | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Mono.Linker.Tests.Cases/UnreachableBlock/Dependencies/LocalsWithoutStore.il b/test/Mono.Linker.Tests.Cases/UnreachableBlock/Dependencies/LocalsWithoutStore.il index ca5802a7e0dc..2decadf1a1ee 100644 --- a/test/Mono.Linker.Tests.Cases/UnreachableBlock/Dependencies/LocalsWithoutStore.il +++ b/test/Mono.Linker.Tests.Cases/UnreachableBlock/Dependencies/LocalsWithoutStore.il @@ -23,7 +23,7 @@ IL_0006: ret } - .method public static hidebysig instance object Method_1() cil managed + .method public static hidebysig object Method_1() cil managed { .locals init ( object V_0,