diff options
Diffstat (limited to 'tests/procvar/tprocvar.nim')
-rw-r--r-- | tests/procvar/tprocvar.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/procvar/tprocvar.nim b/tests/procvar/tprocvar.nim index 56f76c613..f523aa391 100644 --- a/tests/procvar/tprocvar.nim +++ b/tests/procvar/tprocvar.nim @@ -13,6 +13,6 @@ proc huh(x, y: var int) = proc so(c: TCallback) = c(2, 4) - + so(huh) |