summary refs log tree commit diff stats
path: root/tests/tsimmeth.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsimmeth.nim')
-rwxr-xr-xtests/tsimmeth.nim8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tsimmeth.nim b/tests/tsimmeth.nim
deleted file mode 100755
index 3f5f810e6..000000000
--- a/tests/tsimmeth.nim
+++ /dev/null
@@ -1,8 +0,0 @@
-# Test method simulation
-
-import strutils
-
-var x = "hallo world!".toLower.toUpper
-x.echo()
-#OUT HALLO WORLD!
-