summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcc <cc@localhost>2025-08-25 22:56:16 -0700
committercc <cc@localhost>2025-08-25 22:56:23 -0700
commit8c805b7ca5f1065509c257c57fbb53c3f14630bf (patch)
treee5f6dc8ab894813211322a10e895fb3c3d34e6f2
parente3ba80471e629a0777696264c6a20d0eb7a49b08 (diff)
Remove old tests
-rw-r--r--src/lib.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e26f63e..60e74b9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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) {