diff options
Diffstat (limited to 'src')
| -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/"); +    }  } | 
