diff options
Diffstat (limited to 'tests/tuples')
-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 |