summary refs log tree commit diff stats
path: root/tests/system/talloc.nim
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2018-11-20 13:25:55 +0100
committerAraq <rumpf_a@web.de>2018-11-23 11:58:31 +0100
commitbe553e691b2c404e72d0068916ea911e95ef8c6d (patch)
tree637873655475176d3644e89f32b278c7b1ef54f5 /tests/system/talloc.nim
parent523ca76c4d939d6eb5687a60e8fbc0d8a022fd90 (diff)
downloadNim-be553e691b2c404e72d0068916ea911e95ef8c6d.tar.gz
more eyewash
Diffstat (limited to 'tests/system/talloc.nim')
-rw-r--r--tests/system/talloc.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/system/talloc.nim b/tests/system/talloc.nim
index bf2cd97a8..9b970fda0 100644
--- a/tests/system/talloc.nim
+++ b/tests/system/talloc.nim
@@ -1,6 +1,9 @@
 discard """
+disabled: "appveyor"
 """
 
+# appveyor is "out of memory"
+
 var x: ptr int
 
 x = cast[ptr int](alloc(7))