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

-

-import minit

-

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

-#OUT Hallo from module! Hallo from main module!