diff --git a/roc_std/src/lib.rs b/roc_std/src/lib.rs index e57ceab16e..1efa92fda8 100644 --- a/roc_std/src/lib.rs +++ b/roc_std/src/lib.rs @@ -226,14 +226,3 @@ impl Drop for RocList { } } } - -#[cfg(test)] -mod tests { - use super::*; - - #[test] - fn sanity_check() { - // TODO get the refcount/capacity of a list with 8-byte elements - // TODO get the refcount/capacity of a list with 16-byte elements - } -}