diff options
Diffstat (limited to 'tests/tinit.nim')
-rwxr-xr-x | tests/tinit.nim | 6 |
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! |