diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-07-27 14:59:28 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-07-28 20:23:24 +0200 |
commit | 471672fecc579b9453d3e756d3fa4f51a8e72b5e (patch) | |
tree | 30ed671929a59a68b65e8066fbc94a65013c1686 /tests/tuples/twrong_generic_caching.nim | |
parent | f18ff6a033643dc861002b18124feafb52cedfd3 (diff) | |
download | Nim-471672fecc579b9453d3e756d3fa4f51a8e72b5e.tar.gz |
fix: generic tuples instantiations were cached incorrectly
Diffstat (limited to 'tests/tuples/twrong_generic_caching.nim')
-rw-r--r-- | tests/tuples/twrong_generic_caching.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tuples/twrong_generic_caching.nim b/tests/tuples/twrong_generic_caching.nim new file mode 100644 index 000000000..32ef344d2 --- /dev/null +++ b/tests/tuples/twrong_generic_caching.nim @@ -0,0 +1,4 @@ + +import parsecfg + +import asynchttpserver |