diff options
author | ee7 <45465154+ee7@users.noreply.github.com> | 2020-12-09 10:57:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 10:57:12 +0100 |
commit | 140ebe6019d097eacd5bb81f2937647d2b7d9954 (patch) | |
tree | 05ccf298b14743e917d726f8c97faf3556fc8587 /tests/effects | |
parent | 40255f6721154c35a8f66653826928123178f1bb (diff) | |
download | Nim-140ebe6019d097eacd5bb81f2937647d2b7d9954.tar.gz |
complex.nim: Use `func` everywhere (#16294)
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/tstrict_funcs.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/effects/tstrict_funcs.nim b/tests/effects/tstrict_funcs.nim index 532c6e75e..89ac68108 100644 --- a/tests/effects/tstrict_funcs.nim +++ b/tests/effects/tstrict_funcs.nim @@ -6,6 +6,7 @@ import tables, streams, parsecsv # We import the below modules to check that they compile with `strictFuncs`. # They are otherwise unused in this file. import + complex, httpcore, math, nre, |