summary refs log tree commit diff stats
path: root/lib/system/hti.nim
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2018-10-16 14:27:42 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-10-16 14:27:42 +0200
commit72cd3b7914ba3390ba1f87683151c84a85dfbb85 (patch)
tree79ded9d325dbe7050c5cb586f9511ffc4f60a992 /lib/system/hti.nim
parent89ba0f8592e57332553ef68cf625e335c152a302 (diff)
downloadNim-72cd3b7914ba3390ba1f87683151c84a85dfbb85.tar.gz
Fix repr() for UncheckedArray (#9385)
Diffstat (limited to 'lib/system/hti.nim')
-rw-r--r--lib/system/hti.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/hti.nim b/lib/system/hti.nim
index bffe81bc8..6e6f109de 100644
--- a/lib/system/hti.nim
+++ b/lib/system/hti.nim
@@ -58,7 +58,7 @@ type
     tyUInt64,
     tyOptAsRef, tyUnused1, tyUnused2,
     tyVarargsHidden,
-    tyUnusedHidden,
+    tyUncheckedArray,
     tyProxyHidden,
     tyBuiltInTypeClassHidden,
     tyUserTypeClassHidden,