Resolution (unittests)

- Fixed module name
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-15 11:37:36 +02:00
parent 81ae4bb20b
commit bf4e4138f7
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ version(unittest)
import tlang.compiler.lexer.core;
import tlang.compiler.lexer.kinds.basic : BasicLexer;
import tlang.compiler.typecheck.core;
import misc.exceptions : TError;
import tlang.misc.exceptions : TError;
}
/**