summary refs log tree commit diff stats
path: root/tests/misc/tinit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tinit.nim')
-rw-r--r--tests/misc/tinit.nim3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/misc/tinit.nim b/tests/misc/tinit.nim
index 02607909b..207cb17e8 100644
--- a/tests/misc/tinit.nim
+++ b/tests/misc/tinit.nim
@@ -1,5 +1,4 @@
 discard """
-  file: "tinit.nim"
   output: "Hello from module! Hello from main module!"
 """
 # Test the new init section in modules
@@ -8,5 +7,3 @@ import minit
 
 write(stdout, "Hello from main module!\n")
 #OUT Hello from module! Hello from main module!
-
-