From b2ff6da03bc05a812a439de9dddee54676cca611 Mon Sep 17 00:00:00 2001 From: Charles Blake Date: Fri, 22 Dec 2023 07:58:06 -0500 Subject: [PATCH] Fix line numbers to make CI green again. --- test/ref | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/ref b/test/ref index 89200af7..e60975a9 100644 --- a/test/ref +++ b/test/ref @@ -965,9 +965,9 @@ Options: ==> test/TwoNondefaultedSeq.out <== test/TwoNondefaultedSeq.nim(9, 11) template/generic instantiation of `dispatch` from here -cligen.nim(859, 14) template/generic instantiation of `dispatchCf` from here -cligen.nim(846, 14) template/generic instantiation of `dispatchGen` from here -cligen.nim(292, 16) Warning: cligen only supports one seq param for positional args; using `args`, not `stuff`. Use `positional` parameter to `dispatch` to override this. [User] +cligen.nim(858, 14) template/generic instantiation of `dispatchCf` from here +cligen.nim(845, 14) template/generic instantiation of `dispatchGen` from here +cligen.nim(291, 16) Warning: cligen only supports one seq param for positional args; using `args`, not `stuff`. Use `positional` parameter to `dispatch` to override this. [User] Usage: demo [REQUIRED,optional-params] [args: string...] demo entry point with varied, meaningless parameters.