mirror of
https://github.com/tailix/libkernaux.git
synced 2024-10-30 11:54:01 -04:00
Main: remove unnecessary test code
This commit is contained in:
parent
4d92a5c1af
commit
0332f66928
1 changed files with 0 additions and 2 deletions
|
@ -58,7 +58,6 @@ int main()
|
|||
assert(strcmp("Hello, World!", buffer) == 0);
|
||||
|
||||
{% for case in cases %}
|
||||
{% if not case.fixme %}
|
||||
{% if case.float %}
|
||||
#ifdef ENABLE_FLOAT
|
||||
{% endif %}
|
||||
|
@ -66,7 +65,6 @@ int main()
|
|||
test({{ escape_str(case.result) }}, {{ escape_str(fmt(case.args)) }}{{ values(case.args) }});
|
||||
{% if case.float %}
|
||||
#endif
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue