summary refs log tree commit diff stats
path: root/tests/accept/run/tinit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/tinit.nim')
-rwxr-xr-xtests/accept/run/tinit.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/accept/run/tinit.nim b/tests/accept/run/tinit.nim
deleted file mode 100755
index 386bfec37..000000000
--- a/tests/accept/run/tinit.nim
+++ /dev/null
@@ -1,6 +0,0 @@
-# Test the new init section in modules

-

-import minit

-

-write(stdout, "Hello from main module!\n")

-#OUT Hello from module! Hello from main module!