mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
minor fix - remove comments from discard section
so koch test doesn't complain
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
discard """
|
||||
test that closing a closed file is ignored (no error raised)
|
||||
file: "tmemfiles1.nim"
|
||||
"""
|
||||
import memfiles, os
|
||||
|
||||
@@ -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'''
|
||||
|
||||
Reference in New Issue
Block a user