Skip to content

Commit 6909a69

Browse files
committed
add tests
Signed-off-by: Connor Tsui <[email protected]>
1 parent ae37e36 commit 6909a69

File tree

2 files changed

+412
-0
lines changed

2 files changed

+412
-0
lines changed

vortex-vector/src/listview/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ impl From<ListViewVectorMut> for VectorMut {
3131
Self::List(v)
3232
}
3333
}
34+
35+
#[cfg(test)]
36+
mod tests;

0 commit comments

Comments
 (0)