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