diff options
Diffstat (limited to 'tests/template/ttempl3.nim')
-rw-r--r-- | tests/template/ttempl3.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/ttempl3.nim b/tests/template/ttempl3.nim index 91d416c48..a8e136801 100644 --- a/tests/template/ttempl3.nim +++ b/tests/template/ttempl3.nim @@ -1,5 +1,5 @@ -template withOpenFile(f: untyped, filename: string, mode: TFileMode, +template withOpenFile(f: untyped, filename: string, mode: FileMode, actions: untyped): untyped = block: # test that 'f' is implicitly 'injecting': |