summary refs log tree commit diff stats
path: root/tests/dll/nimhcr_0_3.nim
diff options
context:
space:
mode:
authorViktor Kirilov <vik.kirilov@gmail.com>2020-04-25 21:17:33 +0300
committerGitHub <noreply@github.com>2020-04-25 20:17:33 +0200
commit018e297d66f817ef11c409df1ddf7241b451bf09 (patch)
treef3f7c2a593543175604e5f17e98477eb3c03db74 /tests/dll/nimhcr_0_3.nim
parent362c8964bfbc675efbb054ed2c81396697706309 (diff)
downloadNim-018e297d66f817ef11c409df1ddf7241b451bf09.tar.gz
HCR: properly handling complex const objects in the codegen - fixes #13915 (#14115)
Diffstat (limited to 'tests/dll/nimhcr_0_3.nim')
-rw-r--r--tests/dll/nimhcr_0_3.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dll/nimhcr_0_3.nim b/tests/dll/nimhcr_0_3.nim
index 56f66e08c..183424e11 100644
--- a/tests/dll/nimhcr_0_3.nim
+++ b/tests/dll/nimhcr_0_3.nim
@@ -14,5 +14,6 @@ let c = makeCounter()
 afterCodeReload:
   echo "   0: after - closure iterator: ", c()
   echo "   0: after - closure iterator: ", c()
+  echo "   0: after - c_2 = ", c_2
 
 proc getInt*(): int = return g_1 + g_2.len