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 'linker/Tests/TestCases/Xml/XmlPattern/Library.cs')
-rwxr-xr-xlinker/Tests/TestCases/Xml/XmlPattern/Library.cs36
1 files changed, 0 insertions, 36 deletions
diff --git a/linker/Tests/TestCases/Xml/XmlPattern/Library.cs b/linker/Tests/TestCases/Xml/XmlPattern/Library.cs
deleted file mode 100755
index eb40b473f..000000000
--- a/linker/Tests/TestCases/Xml/XmlPattern/Library.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-namespace TestCases.Xml.XmlPattern
-{
- [AssertLinked]
- public class BarBar
- {
- }
-
- public class FooBaz
- {
-
- public FooBaz ()
- {
- }
-
- [AssertLinked]
- public void BarBaz ()
- {
- }
- }
-
- public class TrucBaz
- {
-
- public TrucBaz ()
- {
- }
- }
-
- public class BazBaz
- {
-
- public BazBaz ()
- {
- }
- }
-} \ No newline at end of file