summary refs log tree commit diff stats
path: root/tests/implicit
diff options
context:
space:
mode:
Diffstat (limited to 'tests/implicit')
-rw-r--r--tests/implicit/timplicit.nim5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/implicit/timplicit.nim b/tests/implicit/timplicit.nim
index 70f14db53..bb701249c 100644
--- a/tests/implicit/timplicit.nim
+++ b/tests/implicit/timplicit.nim
@@ -6,6 +6,7 @@ discard """
 4
 2
 88
+timplicit done
 '''
 """
 
@@ -43,4 +44,6 @@ block:
   var indirect = p
   x.indirect(44)
 
-  echo x[]
\ No newline at end of file
+  echo x[]
+
+  echo "timplicit done"