- Cleaned up imports
This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-27 12:28:16 +02:00
parent 88d25e2b3d
commit 93ae73e13f
1 changed files with 1 additions and 3 deletions

View File

@ -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:
*