From 8b230ec0858f572a171f570191e94f219d97aeb3 Mon Sep 17 00:00:00 2001 From: JamesP Date: Sun, 27 Sep 2015 16:21:47 +1000 Subject: [PATCH] minor fix - remove comments from discard section so koch test doesn't complain --- tests/stdlib/tmemfiles1.nim | 1 - tests/stdlib/tmemfiles2.nim | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/stdlib/tmemfiles1.nim b/tests/stdlib/tmemfiles1.nim index f7f39f5bc7..8b66dfcc16 100644 --- a/tests/stdlib/tmemfiles1.nim +++ b/tests/stdlib/tmemfiles1.nim @@ -1,5 +1,4 @@ discard """ - test that closing a closed file is ignored (no error raised) file: "tmemfiles1.nim" """ import memfiles, os diff --git a/tests/stdlib/tmemfiles2.nim b/tests/stdlib/tmemfiles2.nim index 04ae8429f6..28af3296a7 100644 --- a/tests/stdlib/tmemfiles2.nim +++ b/tests/stdlib/tmemfiles2.nim @@ -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'''