Add test_gen tests for early returns

This commit is contained in:
Sam Mohr 2024-10-24 23:31:34 -07:00
parent ca762127e5
commit 8a0cc10c93
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
3 changed files with 118 additions and 2 deletions

View file

@ -16,6 +16,7 @@ pub mod gen_primitives;
pub mod gen_records;
pub mod gen_refcount;
pub mod gen_result;
pub mod gen_return;
pub mod gen_set;
pub mod gen_str;
pub mod gen_tags;