diff options
Diffstat (limited to 'tests/trmacros/tstar.nim')
-rw-r--r-- | tests/trmacros/tstar.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trmacros/tstar.nim b/tests/trmacros/tstar.nim index 8443268f4..536289ff0 100644 --- a/tests/trmacros/tstar.nim +++ b/tests/trmacros/tstar.nim @@ -4,7 +4,7 @@ discard """ var calls = 0 - + proc `&&`(s: varargs[string]): string = result = s[0] for i in 1..len(s)-1: result.add s[i] |