diff options
Diffstat (limited to 'tests/accept/run/tsimmeth.nim')
-rwxr-xr-x | tests/accept/run/tsimmeth.nim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/accept/run/tsimmeth.nim b/tests/accept/run/tsimmeth.nim deleted file mode 100755 index c6dbf69bb..000000000 --- a/tests/accept/run/tsimmeth.nim +++ /dev/null @@ -1,8 +0,0 @@ -# Test method simulation - -import strutils - -var x = "hello world!".toLower.toUpper -x.echo() -#OUT HELLO WORLD! - |