diff options
Diffstat (limited to 'tests/tformat.nim')
-rwxr-xr-x | tests/tformat.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/tformat.nim b/tests/tformat.nim deleted file mode 100755 index aba35504b..000000000 --- a/tests/tformat.nim +++ /dev/null @@ -1,6 +0,0 @@ -# Tests the new format proc (including the & and &= operators) - -import strutils - -echo("Hi $1! How do you feel, $2?\n" % ["Andreas", "Rumpf"]) -#OUT Hi Andreas! How do you feel, Rumpf? |