Resolution (unittests)

- Fixed module name
bugfix/single_line_comment_bug
Tristan B. V. Kildaire 3 months ago
parent 81ae4bb20b
commit bf4e4138f7

@ -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;
}
/**

Loading…
Cancel
Save