diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-11-13 23:27:48 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-14 08:27:48 +0100 |
commit | b5448bf25c243da8ec183b0d0c54b168683f5a7c (patch) | |
tree | 0c29e985acaa57707116a5d0a168e2893eef32bb /tests/template | |
parent | d89c815c41329ed5c8b1e33e4145f93e9e55dd0a (diff) | |
download | Nim-b5448bf25c243da8ec183b0d0c54b168683f5a7c.tar.gz |
fix #9647 tmpl=>nimf (#9658)
Diffstat (limited to 'tests/template')
-rw-r--r-- | tests/template/sunset.nimf (renamed from tests/template/sunset.tmpl) | 0 | ||||
-rw-r--r-- | tests/template/template_various.nim | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/sunset.tmpl b/tests/template/sunset.nimf index 465b12a5e..465b12a5e 100644 --- a/tests/template/sunset.tmpl +++ b/tests/template/sunset.nimf diff --git a/tests/template/template_various.nim b/tests/template/template_various.nim index f1135d5bb..029942621 100644 --- a/tests/template/template_various.nim +++ b/tests/template/template_various.nim @@ -180,7 +180,7 @@ block symchoicefield: import os, times -include "sunset.tmpl" +include "sunset.nimf" block ttempl: const tabs = [["home", "index"], |