aboutsummaryrefslogtreecommitdiff
path: root/vendor/qoi/tests/test_misc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/qoi/tests/test_misc.rs')
-rw-r--r--vendor/qoi/tests/test_misc.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/qoi/tests/test_misc.rs b/vendor/qoi/tests/test_misc.rs
deleted file mode 100644
index 720adf4..0000000
--- a/vendor/qoi/tests/test_misc.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-#[test]
-fn test_new_encoder() {
- // this used to fail due to `Bytes` not being `pub`
- let arr = [0u8];
- let _ = qoi::Decoder::new(&arr[..]);
-} \ No newline at end of file