update test 40

This commit is contained in:
Kasey White
2023-01-30 03:24:52 -05:00
parent afd040fda5
commit 8c04ab093a
2 changed files with 2 additions and 3 deletions

View File

@@ -334,7 +334,6 @@ impl Air {
.into(),
),
Air::Var { constructor, .. } => Some(constructor.tipo.clone()),
Air::List { tipo, .. }
| Air::Tuple { tipo, .. }
| Air::Call { tipo, .. }