summary refs log tree commit diff stats
path: root/tests/openarray/t6163.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openarray/t6163.nim')
-rw-r--r--tests/openarray/t6163.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/openarray/t6163.nim b/tests/openarray/t6163.nim
index ec8c3cd0b..0e9d4e0e4 100644
--- a/tests/openarray/t6163.nim
+++ b/tests/openarray/t6163.nim
@@ -5,7 +5,7 @@ discard """
 '''
 """
 
-from future import `->`, `=>`
+from sugar import `->`, `=>`
 from math import `^`, sum
 from sequtils import filter, map, toSeq
 
@@ -14,4 +14,4 @@ proc f: int =
 
 var a = f()
 
-echo a
\ No newline at end of file
+echo a