summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-02-09 03:14:25 +0100
committerAraq <rumpf_a@web.de>2015-02-10 20:19:45 +0100
commit3a8f7d505b3ddfe724af4237516b1ce46c533758 (patch)
tree40d6c05221e7b300b8ce5aa7a2f5f1f57bc232a8 /tests
parent683b82a2ecbfbf04738715b0bd88a44484da078d (diff)
downloadNim-3a8f7d505b3ddfe724af4237516b1ce46c533758.tar.gz
temptyseqs works again
Diffstat (limited to 'tests')
-rw-r--r--tests/types/temptyseqs.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/types/temptyseqs.nim b/tests/types/temptyseqs.nim
index f8d22bdb8..2b07ba679 100644
--- a/tests/types/temptyseqs.nim
+++ b/tests/types/temptyseqs.nim
@@ -5,7 +5,7 @@ discard """
 # bug #1708
 let foo = {
   "1" : (bar: @["1"]),
-  "2" : (baz: @[])
+  "2" : (bar: @[])
 }
 
 # bug #871