diff options
| author | cc <cc@localhost> | 2025-08-25 22:56:16 -0700 |
|---|---|---|
| committer | cc <cc@localhost> | 2025-08-25 22:56:23 -0700 |
| commit | 8c805b7ca5f1065509c257c57fbb53c3f14630bf (patch) | |
| tree | e5f6dc8ab894813211322a10e895fb3c3d34e6f2 /src | |
| parent | e3ba80471e629a0777696264c6a20d0eb7a49b08 (diff) | |
Remove old tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -11,17 +11,6 @@ mod tests { use super::*; #[test] - fn it_works() { - assert_eq!(0, 0); - } - - #[test] - fn ignore_warning_test() { - tiff::ignore_warnings(); - assert_eq!(0, 0); - } - - #[test] fn tiff_open_test() { tiff::ignore_warnings(); if let Some(result) = tiff::open(TEST_IMAGE_PATH) { |
