mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
clean up unused test module
This commit is contained in:
parent
a0538c815b
commit
0a2e7be885
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue