From ec55e57a57a77f0ff8209dcdf9c5a7ee3e73befa Mon Sep 17 00:00:00 2001 From: Mike Voorhees Date: Tue, 30 May 2017 17:13:58 -0400 Subject: Better struct support in test framework --- .../Assertions/KeptMemberAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linker/Tests/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptMemberAttribute.cs') diff --git a/linker/Tests/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptMemberAttribute.cs b/linker/Tests/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptMemberAttribute.cs index e7b77ef8b..34cfc5503 100644 --- a/linker/Tests/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptMemberAttribute.cs +++ b/linker/Tests/Mono.Linker.Tests.Cases.Expectations/Assertions/KeptMemberAttribute.cs @@ -1,7 +1,7 @@ using System; namespace Mono.Linker.Tests.Cases.Expectations.Assertions { - [AttributeUsage (AttributeTargets.Class | AttributeTargets.Delegate, AllowMultiple = true, Inherited = false)] + [AttributeUsage (AttributeTargets.Class | AttributeTargets.Delegate | AttributeTargets.Struct, AllowMultiple = true, Inherited = false)] public sealed class KeptMemberAttribute : KeptAttribute { public KeptMemberAttribute (string name) -- cgit v1.2.3