clean up unused test module

This commit is contained in:
Folkert 2020-09-30 22:18:25 +02:00
parent a0538c815b
commit 0a2e7be885

View file

@ -226,14 +226,3 @@ impl<T> Drop for RocList<T> {
}
}
}
#[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
}
}