summary refs log tree commit diff stats
path: root/tests/tstatret.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tstatret.nim')
-rwxr-xr-xtests/tstatret.nim5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/tstatret.nim b/tests/tstatret.nim
deleted file mode 100755
index ac93ac532..000000000
--- a/tests/tstatret.nim
+++ /dev/null
@@ -1,5 +0,0 @@
-# no statement after return

-proc main() =

-  return

-  echo("huch?") #ERROR_MSG statement not allowed after

-