Add erasure llvm test

This commit is contained in:
Ayaz Hafiz 2023-07-04 15:32:04 -05:00
parent 535eb80dfb
commit f2f80f390d
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 62 additions and 22 deletions

View file

@ -8,6 +8,7 @@ pub mod gen_abilities;
pub mod gen_compare;
pub mod gen_definitions;
pub mod gen_dict;
pub mod gen_erased;
pub mod gen_list;
pub mod gen_num;
pub mod gen_panic;