mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
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:
@@ -7,7 +7,7 @@ axc
|
||||
...
|
||||
destroying GenericObj[T] GenericObj[system.int]
|
||||
test
|
||||
(allocCount: 12, deallocCount: 10)
|
||||
(allocCount: 13, deallocCount: 11)
|
||||
3'''
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user