This commit is contained in:
Marvin Schlegel 2024-06-10 17:19:56 +02:00
parent 82b2b4a6e1
commit 7c52084bbe

View File

@ -299,5 +299,5 @@ tests = TestList [
testStatementMethodCallNoParams,
testStatementConstructorCall,
testStatementConstructorCallWithArgs,
testStatementIncrement
testStatementPreIncrement
]