summary refs log tree commit diff stats
path: root/tests/misc/temit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/temit.nim')
-rw-r--r--tests/misc/temit.nim5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/misc/temit.nim b/tests/misc/temit.nim
index c83235659..ee7455d4c 100644
--- a/tests/misc/temit.nim
+++ b/tests/misc/temit.nim
@@ -1,5 +1,4 @@
 discard """
-  file: "temit.nim"
   output: "509"
 """
 # Test the new ``emit`` pragma:
@@ -14,7 +13,3 @@ proc embedsC() =
   {.emit: """printf("%d\n", cvariable + (int)`nimVar`);""".}
 
 embedsC()
-
-
-
-