it: test float size memoization
This commit is contained in:
parent
5c80d940af
commit
9efe9415c2
2 changed files with 49 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ mod t0030_cursor_shape;
|
|||
mod t0031_syncobj;
|
||||
mod t0032_content_type;
|
||||
mod t0032_data_control;
|
||||
mod t0033_float_size_memoization;
|
||||
|
||||
pub trait TestCase: Sync {
|
||||
fn name(&self) -> &'static str;
|
||||
|
|
@ -115,5 +116,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
|
|||
t0030_cursor_shape,
|
||||
t0031_syncobj,
|
||||
t0032_data_control,
|
||||
t0033_float_size_memoization,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue