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:
authorTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>2020-06-10 21:22:51 +0300
committerGitHub <noreply@github.com>2020-06-10 21:22:51 +0300
commitc8b0ca5cfd689eb87ff64a3946a267a25af38851 (patch)
tree00f84493034741c0a7580fd9dadf496afa812573 /test/Mono.Linker.Tests.Cases/LinkXml/PreserveSecondLevelMethodsOfNonRequiredType.cs
parentbc442f7a56647d45bf306e969bdef6217ebac171 (diff)
Add SetupLinkerDescriptorFile (#1252)
- Add SetupLinkerDescriptorFile option to differentiate Descriptor xml from substitution and attribute xml - Add missing SetupLinkerDescriptorFile test attributes - Delete no longer valuable test Co-authored-by: Tlakollo <tlcejava@microsoft.com>
Diffstat (limited to 'test/Mono.Linker.Tests.Cases/LinkXml/PreserveSecondLevelMethodsOfNonRequiredType.cs')
-rw-r--r--test/Mono.Linker.Tests.Cases/LinkXml/PreserveSecondLevelMethodsOfNonRequiredType.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Mono.Linker.Tests.Cases/LinkXml/PreserveSecondLevelMethodsOfNonRequiredType.cs b/test/Mono.Linker.Tests.Cases/LinkXml/PreserveSecondLevelMethodsOfNonRequiredType.cs
index 27dde89b2..4896c2a14 100644
--- a/test/Mono.Linker.Tests.Cases/LinkXml/PreserveSecondLevelMethodsOfNonRequiredType.cs
+++ b/test/Mono.Linker.Tests.Cases/LinkXml/PreserveSecondLevelMethodsOfNonRequiredType.cs
@@ -1,8 +1,10 @@
using System.Collections.Generic;
using Mono.Linker.Tests.Cases.Expectations.Assertions;
+using Mono.Linker.Tests.Cases.Expectations.Metadata;
namespace Mono.Linker.Tests.Cases.LinkXml
{
+ [SetupLinkerDescriptorFile ("PreserveSecondLevelMethodsOfNonRequiredType.xml")]
class PreserveSecondLevelMethodsOfNonRequiredType
{
public static void Main ()