summary refs log tree commit diff stats
path: root/tests/run/tinit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/tinit.nim')
-rwxr-xr-xtests/run/tinit.nim12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/run/tinit.nim b/tests/run/tinit.nim
deleted file mode 100755
index 5c75567ec..000000000
--- a/tests/run/tinit.nim
+++ /dev/null
@@ -1,12 +0,0 @@
-discard """
-  file: "tinit.nim"
-  output: "Hello from module! Hello from main module!"
-"""
-# Test the new init section in modules

-

-import minit

-

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

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

-
-