core: Fix missing changes for codegen tests

Apparently the changes were dropped after rebasing.
This commit is contained in:
David Mak 2023-09-20 16:59:47 +08:00
parent 8dd545b265
commit 607414c369
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ use nac3parser::{
use parking_lot::RwLock;
use std::collections::{HashMap, HashSet};
use std::sync::Arc;
use inkwell::targets::{InitializationConfig, Target};
struct Resolver {
id_to_type: HashMap<StrRef, Type>,