summary refs log tree commit diff stats
path: root/tests/stdlib
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-09-30 21:04:21 +0200
committerAraq <rumpf_a@web.de>2015-09-30 21:13:13 +0200
commit5a003532d0660a962a978ee6763dd9b3a5425ab8 (patch)
tree32f7b2e61d5dbe41af9479bfc96cc021c38379a9 /tests/stdlib
parent1a63e630ae2c0dfa54bda79aa2d0dddbf67e2cc4 (diff)
downloadNim-5a003532d0660a962a978ee6763dd9b3a5425ab8.tar.gz
fixes #2473; cleanup of some tests
Diffstat (limited to 'tests/stdlib')
-rw-r--r--tests/stdlib/tmemfiles2.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stdlib/tmemfiles2.nim b/tests/stdlib/tmemfiles2.nim
index 28af3296a..026443e93 100644
--- a/tests/stdlib/tmemfiles2.nim
+++ b/tests/stdlib/tmemfiles2.nim
@@ -1,8 +1,10 @@
 discard """
   file: "tmemfiles2.nim"
+  disabled: true
   output: '''Full read size: 20
 Half read size: 10 Data: Hello'''
 """
+# doesn't work on windows. fmReadWrite doesn't create a file.
 import memfiles, os
 var
   mm, mm_full, mm_half: MemFile