summaryrefslogtreecommitdiff
path: root/ICSharpCode.Decompiler/Tests/CustomAttributes/CustomAttributeTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ICSharpCode.Decompiler/Tests/CustomAttributes/CustomAttributeTests.cs')
-rw-r--r--ICSharpCode.Decompiler/Tests/CustomAttributes/CustomAttributeTests.cs30
1 files changed, 0 insertions, 30 deletions
diff --git a/ICSharpCode.Decompiler/Tests/CustomAttributes/CustomAttributeTests.cs b/ICSharpCode.Decompiler/Tests/CustomAttributes/CustomAttributeTests.cs
deleted file mode 100644
index 892f33bf..00000000
--- a/ICSharpCode.Decompiler/Tests/CustomAttributes/CustomAttributeTests.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using NUnit.Framework;
-
-namespace ICSharpCode.Decompiler.Tests.CustomAttributes
-{
- [TestFixture]
- public class CustomAttributeTests : DecompilerTestBase
- {
- [Test]
- public void CustomAttributeSamples()
- {
- ValidateFileRoundtrip(@"CustomAttributes\S_CustomAttributeSamples.cs");
- }
-
- [Test]
- public void CustomAttributesMultiTest()
- {
- ValidateFileRoundtrip(@"CustomAttributes\S_CustomAttributes.cs");
- }
-
- [Test]
- public void AssemblyCustomAttributesMultiTest()
- {
- ValidateFileRoundtrip(@"CustomAttributes\S_AssemblyCustomAttribute.cs");
- }
- }
-}