We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9932f6d commit b7adeb1Copy full SHA for b7adeb1
Core.UnitTests/CodeGeneration/ReflectionEmit/ModuleBuilderFactoryTest.cs
@@ -47,6 +47,15 @@ public void SetUp ()
47
48
_currentDirectory = Environment.CurrentDirectory;
49
}
50
+
51
+ [TearDown]
52
+ public void TearDown ()
53
+ {
54
+ var assemblyPath = Path.Combine (_currentDirectory, c_assemblyFileName);
55
+ if (File.Exists (assemblyPath))
56
+ File.Delete (assemblyPath);
57
+ }
58
59
[Test]
60
public void CreateModuleBuilder ()
61
{
0 commit comments