Turn the ir-checker back on

This commit is contained in:
Ayaz Hafiz 2023-01-25 16:18:47 -06:00
parent c9afbce053
commit 7754cc553c
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 11 additions and 11 deletions

View file

@ -150,7 +150,7 @@ fn compiles_to_ir(test_name: &str, src: &str, mode: &str, no_check: bool) {
let main_fn_symbol = exposed_to_host.values.keys().copied().next();
if !no_check && false {
if !no_check {
check_procedures(arena, &interns, &mut layout_interner, &procedures);
}