diff options
Diffstat (limited to 'tests/template/tstempl.nim')
-rw-r--r-- | tests/template/tstempl.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/tstempl.nim b/tests/template/tstempl.nim index f8e57abbb..649082041 100644 --- a/tests/template/tstempl.nim +++ b/tests/template/tstempl.nim @@ -6,7 +6,7 @@ levB''' # tstempl.nim import strutils -type +type TLev = enum levA, levB |