diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-01-25 01:27:29 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-01-25 09:27:29 +0100 |
commit | 981ffc912e1ef59a5fc74ee8fb769592b8cb1616 (patch) | |
tree | f123094756751b1fd51bbb8efff87ac369cb1de3 /tests/destructor/tnewruntime_misc.nim | |
parent | 4cbeddddcc4cde2fb467bb7a3a30114474ae1565 (diff) | |
download | Nim-981ffc912e1ef59a5fc74ee8fb769592b8cb1616.tar.gz |
contributing docs: symbols need package prefix; changed allocStats to nimAllocStats (#13247)
Diffstat (limited to 'tests/destructor/tnewruntime_misc.nim')
-rw-r--r-- | tests/destructor/tnewruntime_misc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/tnewruntime_misc.nim b/tests/destructor/tnewruntime_misc.nim index 7522bc168..263ea1bd4 100644 --- a/tests/destructor/tnewruntime_misc.nim +++ b/tests/destructor/tnewruntime_misc.nim @@ -1,5 +1,5 @@ discard """ - cmd: '''nim cpp -d:allocStats --newruntime --threads:on $file''' + cmd: '''nim cpp -d:nimAllocStats --newruntime --threads:on $file''' output: '''(field: "value") Indeed axc |