Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Apr 29, 2019
1 parent ed5c8f0 commit 3d9a1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public void AssemblyAndPdb()
Assert.Equal("lib", mdReader.GetString(mdReader.GetAssemblyDefinition().Name));
}

// make sure all files are closed and can be deleted
Directory.Delete(dir.Path, recursive: true);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public void AssemblyAndPdb(bool exactPdbPath)
Assert.Equal("lib", mdReader.GetString(mdReader.GetAssemblyDefinition().Name));
}

// make sure all files are closed and can be deleted
Directory.Delete(dir.Path, recursive: true);
}

Expand Down

0 comments on commit 3d9a1fe

Please sign in to comment.