summary refs log tree commit diff stats
path: root/tests/vm/tfile_rw.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/tfile_rw.nim')
-rw-r--r--tests/vm/tfile_rw.nim5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/vm/tfile_rw.nim b/tests/vm/tfile_rw.nim
index 8d7a2ca95..439886e49 100644
--- a/tests/vm/tfile_rw.nim
+++ b/tests/vm/tfile_rw.nim
@@ -1,7 +1,3 @@
-discard """
-  output: '''ok'''
-"""
-
 # test file read write in vm
 
 import os, strutils
@@ -24,4 +20,3 @@ static:
 
 
 removeFile(filename)
-echo "ok"
\ No newline at end of file