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:
authorJb Evain <jb@evain.net>2019-03-05 09:17:28 +0300
committerJb Evain <jb@evain.net>2019-03-05 09:17:28 +0300
commitf4a40c51cad1edceab68f43e4ba639be14ccc67a (patch)
tree50ccf46384bc1289c0292f14e854cb9255eba491 /Test/Mono.Cecil.Tests
parent9401bb56a8e9913a7a0dc5847382a3e84f7bdc16 (diff)
Remove extra endifs
Diffstat (limited to 'Test/Mono.Cecil.Tests')
-rw-r--r--Test/Mono.Cecil.Tests/TypeTests.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Test/Mono.Cecil.Tests/TypeTests.cs b/Test/Mono.Cecil.Tests/TypeTests.cs
index 4e366af..9147764 100644
--- a/Test/Mono.Cecil.Tests/TypeTests.cs
+++ b/Test/Mono.Cecil.Tests/TypeTests.cs
@@ -43,8 +43,6 @@ namespace Mono.Cecil.Tests {
}) ;
}
-#endif
-
[Test]
public void SimpleInterfaces ()
{