diff options
Diffstat (limited to 'tests/template/thygienictempl.nim')
-rw-r--r-- | tests/template/thygienictempl.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template/thygienictempl.nim b/tests/template/thygienictempl.nim index 3cdbac40e..5e4f534f8 100644 --- a/tests/template/thygienictempl.nim +++ b/tests/template/thygienictempl.nim @@ -1,7 +1,7 @@ - + var e = "abc" - + raise newException(EIO, e & "ha!") template t() = echo(foo) |