summary refs log tree commit diff stats
path: root/tests/openarray/t8259.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2019-08-30 23:26:45 -0700
committerAndreas Rumpf <rumpf_a@web.de>2019-08-31 08:26:45 +0200
commit9ae0dd611f77c4cd7122e6ac77e0278c1bafbbd7 (patch)
treec17bac39c0309f3e5c342bce74f525b060de6fee /tests/openarray/t8259.nim
parentf9600b7207e45573ee066ec7c9145df113ff5b99 (diff)
downloadNim-9ae0dd611f77c4cd7122e6ac77e0278c1bafbbd7.tar.gz
typeToString can now show (recursively) resolved type aliases; fixes #8569 #8083 #8570 (#11678)
* nested typeToString
* typeToString: preferResolved
* add test
* fix test
* preferMixed
* fix tests
Diffstat (limited to 'tests/openarray/t8259.nim')
-rw-r--r--tests/openarray/t8259.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openarray/t8259.nim b/tests/openarray/t8259.nim
index c07576997..283c6cd02 100644
--- a/tests/openarray/t8259.nim
+++ b/tests/openarray/t8259.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "invalid type: 'openarray[int]' for result"
+  errormsg: "invalid type: 'openArray[int]' for result"
   line: 6
 """