From bd36a0937bdcd2a7bea29e5565aaede9b8f348e1 Mon Sep 17 00:00:00 2001 From: de4dot Date: Wed, 16 Nov 2011 22:51:10 +0100 Subject: [PATCH] Enable failing test --- Test.Rename.Dll/Tests.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Test.Rename.Dll/Tests.cs b/Test.Rename.Dll/Tests.cs index 73d07b53..614cee1a 100644 --- a/Test.Rename.Dll/Tests.cs +++ b/Test.Rename.Dll/Tests.cs @@ -17,12 +17,6 @@ along with de4dot. If not, see . */ - -// Making this test pass in the current renamer code probably won't be easy. Since the -// chance of something like that to be present in an assembly is close to 0, I won't -// fix it now. Uncomment it when (and if) the renamer code is rewritten. -//#define IS_NEXT_VERSION - using System; using System.Collections.Generic; @@ -1509,7 +1503,6 @@ namespace Test.Rename.Dll { } } -#if IS_NEXT_VERSION namespace test.inheriting.Interface.methods4 { class Class1 { public virtual void meth1(T t) { } @@ -1528,5 +1521,4 @@ namespace Test.Rename.Dll { } } -#endif }