Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Mono.Cecil.Tests/TypeTests.cs')
-rw-r--r--Test/Mono.Cecil.Tests/TypeTests.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Test/Mono.Cecil.Tests/TypeTests.cs b/Test/Mono.Cecil.Tests/TypeTests.cs
index 8d7f3fa..fddc8e6 100644
--- a/Test/Mono.Cecil.Tests/TypeTests.cs
+++ b/Test/Mono.Cecil.Tests/TypeTests.cs
@@ -31,19 +31,6 @@ namespace Mono.Cecil.Tests {
}
[Test]
- public void EmptyStructLayout ()
- {
- TestModule ("hello.exe", module =>
- {
- var foo = new TypeDefinition ("", "Foo",
- TypeAttributes.Sealed | TypeAttributes.BeforeFieldInit | TypeAttributes.SequentialLayout,
- module.ImportReference (typeof (ValueType))) ;
-
- module.Types.Add (foo) ;
- }) ;
- }
-
- [Test]
public void SimpleInterfaces ()
{
TestIL ("types.il", module => {