mirror of
https://github.com/irmen/prog8.git
synced 2024-11-20 03:32:05 +00:00
* fix comments: no more problem with exitProcess
This commit is contained in:
parent
db9edb477e
commit
07d8052a57
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user