diff options
-rw-r--r-- | src/lib.rs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -199,4 +199,9 @@ mod tests { println!("{}", patch); } + + #[test] + fn patches_file() { + // File::open("../testdata/"); + } } |
![]() |
index : git-suggestion | |
Diffs and patches for GitHub pull request suggestions |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/lib.rs | 5 |
@@ -199,4 +199,9 @@ mod tests { println!("{}", patch); } + + #[test] + fn patches_file() { + // File::open("../testdata/"); + } } |