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:
Diffstat (limited to 'test/Mono.Linker.Tests.Cases/Reflection/MightKeepExtraThings.cs')
-rw-r--r--test/Mono.Linker.Tests.Cases/Reflection/MightKeepExtraThings.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Mono.Linker.Tests.Cases/Reflection/MightKeepExtraThings.cs b/test/Mono.Linker.Tests.Cases/Reflection/MightKeepExtraThings.cs
index 091885e28..2e0db6daa 100644
--- a/test/Mono.Linker.Tests.Cases/Reflection/MightKeepExtraThings.cs
+++ b/test/Mono.Linker.Tests.Cases/Reflection/MightKeepExtraThings.cs
@@ -3,7 +3,9 @@ using System.Reflection;
using Mono.Linker.Tests.Cases.Expectations.Assertions;
namespace Mono.Linker.Tests.Cases.Reflection {
- public class MightKeepExtraThings {
+ [IgnoreTestCase ("Reflection tracking for simple locals loads")]
+ public class MightKeepExtraThings
+ {
public static void Main ()
{
new A (); // Needed to avoid lazy body marking stubbing
@@ -25,8 +27,6 @@ namespace Mono.Linker.Tests.Cases.Reflection {
}
}
- [Kept]
- [KeptMember (".ctor()")]
public class B {
[Kept]
public int Foo ()