* fix comments: no more problem with exitProcess

This commit is contained in:
meisl 2021-07-02 13:28:19 +02:00
parent db9edb477e
commit 07d8052a57
2 changed files with 0 additions and 6 deletions

View File

@ -21,9 +21,6 @@ import kotlin.test.assertTrue
* ATTENTION: this is just kludge!
* They are not really unit tests, but rather tests of the whole process,
* from source file loading all the way through to running 64tass.
* What's more: in case of failure (to compile and assemble) - which is when tests should help you -
* these tests will actually be ignored (ie. NOT fail),
* because in the code there are calls to Process.exit, making it essentially untestable.
*/
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
class TestCompilerOnCharLit {

View File

@ -16,9 +16,6 @@ import kotlin.test.assertTrue
* ATTENTION: this is just kludge!
* They are not really unit tests, but rather tests of the whole process,
* from source file loading all the way through to running 64tass.
* What's more: in case of failure (to compile and assemble) - which is when tests should help you -
* these tests will actually be ignored (ie. NOT fail),
* because in the code there are calls to Process.exit, making it essentially untestable.
*/
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
class TestCompilerOnExamples {