Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ffldb: throw error when attempting to delete an open file
This change lets us test that we don't attempt to delete open files with unit tests. On Windows this behavior is not allowed which results in an error but on linux and osx it's allowed. To better test Windows compatibilty adding this explicit check in is useful.
- Loading branch information