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/Substitutions/FeatureSubstitutionsGlobalFalse.xml')
-rw-r--r--test/Mono.Linker.Tests.Cases/Substitutions/FeatureSubstitutionsGlobalFalse.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Mono.Linker.Tests.Cases/Substitutions/FeatureSubstitutionsGlobalFalse.xml b/test/Mono.Linker.Tests.Cases/Substitutions/FeatureSubstitutionsGlobalFalse.xml
new file mode 100644
index 000000000..a9452db38
--- /dev/null
+++ b/test/Mono.Linker.Tests.Cases/Substitutions/FeatureSubstitutionsGlobalFalse.xml
@@ -0,0 +1,9 @@
+<!-- Check that the feature attribute can be used on the linker element. -->
+<linker feature="GlobalCondition" featurevalue="false">
+ <assembly fullname="test, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
+ <type fullname="Mono.Linker.Tests.Cases.Substitutions.FeatureInAssembly">
+ <method signature="System.Boolean GlobalConditionMethod()" body="stub" value="false">
+ </method>
+ </type>
+ </assembly>
+</linker> \ No newline at end of file