summary refs log tree commit diff stats
path: root/tests/effects
diff options
context:
space:
mode:
authoree7 <45465154+ee7@users.noreply.github.com>2020-12-09 16:17:50 +0100
committerGitHub <noreply@github.com>2020-12-09 16:17:50 +0100
commit87e634aab3182d6e9022f108bd6936a58682f01c (patch)
treeb17b969f391e7e1b8ddfc0aae1c306144abbc559 /tests/effects
parent17a835a7b27c557ebb89c3d1bb44a9e5e6ce8ffb (diff)
downloadNim-87e634aab3182d6e9022f108bd6936a58682f01c.tar.gz
rationals.nim: Use `func` everywhere (#16302)
Diffstat (limited to 'tests/effects')
-rw-r--r--tests/effects/tstrict_funcs.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/effects/tstrict_funcs.nim b/tests/effects/tstrict_funcs.nim
index 7a0f1ee32..d30326123 100644
--- a/tests/effects/tstrict_funcs.nim
+++ b/tests/effects/tstrict_funcs.nim
@@ -10,6 +10,7 @@ import
   httpcore,
   math,
   nre,
+  rationals,
   sequtils,
   strutils,
   uri