diff options
author | Teddy Wing | 2020-07-26 16:49:59 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-26 16:49:59 +0200 |
commit | ced76c1ffce4da1dfcf286b3ef358c0662f6b5a1 (patch) | |
tree | afd1b8cf858d5ecf0bbaf47c6ab74962806c86b5 /src/lib.rs | |
parent | 459897940657569679a37d4bd08f1d71ebd0f69a (diff) | |
download | git-suggestion-ced76c1ffce4da1dfcf286b3ef358c0662f6b5a1.tar.bz2 |
Remove `patches_file` test
This is no longer absolutely necessary now that we have the
`suggestion_apply_to_writes_patch_to_writer` test.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -320,11 +320,6 @@ mod tests { } #[test] - fn patches_file() { - // File::open("../testdata/"); - } - - #[test] fn read_git_blob() { use std::path::Path; |