- Cleaned up imports
bugfix/fix_multi_compile
Tristan B. V. Kildaire 10 months ago
parent 88d25e2b3d
commit 93ae73e13f

@ -13,7 +13,7 @@ import tlang.compiler.typecheck.exceptions;
import core.stdc.stdlib;
import tlang.compiler.codegen.emit.core;
import tlang.compiler.codegen.emit.dgen;
import misc.exceptions : TError;
import misc.exceptions;
import tlang.compiler.codegen.mapper.core : SymbolMapper;
import tlang.compiler.codegen.mapper.hashmapper : HashMapper;
import tlang.compiler.codegen.mapper.lebanese : LebaneseMapper;
@ -354,8 +354,6 @@ unittest
}
}
import misc.exceptions;
/**
* Tests the following pipeline:
*

Loading…
Cancel
Save