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