summary refs log tree commit diff stats
path: root/tests/converter/tconverter_with_varargs.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/converter/tconverter_with_varargs.nim')
-rw-r--r--tests/converter/tconverter_with_varargs.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/converter/tconverter_with_varargs.nim b/tests/converter/tconverter_with_varargs.nim
index 6d7e31e85..fae83221b 100644
--- a/tests/converter/tconverter_with_varargs.nim
+++ b/tests/converter/tconverter_with_varargs.nim
@@ -8,7 +8,7 @@ type
 converter to_py*(i: int) : PPyRef = nil
 
 when false:
-  proc to_tuple*(vals: openarray[PPyRef]): PPyRef =
+  proc to_tuple*(vals: openArray[PPyRef]): PPyRef =
     discard
 
 proc abc(args: varargs[PPyRef]) =