diff options
Diffstat (limited to 'tests/rodfiles/hallo.nim')
-rwxr-xr-x | tests/rodfiles/hallo.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/rodfiles/hallo.nim b/tests/rodfiles/hallo.nim deleted file mode 100755 index ac45be9fa..000000000 --- a/tests/rodfiles/hallo.nim +++ /dev/null @@ -1,6 +0,0 @@ -discard """ - output: "Hello World" -""" - -echo "Hello World" - |