tests/newruntime_misc: Increment allocCount

Increments overall allocations in `tnewruntime_misc` test. This is
because `getEnv` now does an additional allocation: allocation of the
UTF-16 string used as parameter to `c_wgetenv`.
This commit is contained in:
Håvard Mjaavatten
2022-08-08 09:37:43 +02:00
parent cb2628c53a
commit 4d4fe8bd3e

View File

@@ -7,7 +7,7 @@ axc
...
destroying GenericObj[T] GenericObj[system.int]
test
(allocCount: 12, deallocCount: 10)
(allocCount: 13, deallocCount: 11)
3'''
"""