diff options
author | Araq <rumpf_a@web.de> | 2015-02-09 03:14:25 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-02-10 20:19:45 +0100 |
commit | 3a8f7d505b3ddfe724af4237516b1ce46c533758 (patch) | |
tree | 40d6c05221e7b300b8ce5aa7a2f5f1f57bc232a8 /tests | |
parent | 683b82a2ecbfbf04738715b0bd88a44484da078d (diff) | |
download | Nim-3a8f7d505b3ddfe724af4237516b1ce46c533758.tar.gz |
temptyseqs works again
Diffstat (limited to 'tests')
-rw-r--r-- | tests/types/temptyseqs.nim | 2 |
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 |