minor fix - remove comments from discard section

so koch test doesn't complain
This commit is contained in:
JamesP
2015-09-27 16:21:47 +10:00
parent 9352772174
commit 8b230ec085
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
discard """
test that closing a closed file is ignored (no error raised)
file: "tmemfiles1.nim"
"""
import memfiles, os

View File

@@ -1,5 +1,4 @@
discard """
test creating/reading/writing/changing memfiles
file: "tmemfiles2.nim"
output: '''Full read size: 20
Half read size: 10 Data: Hello'''