summary refs log tree commit diff stats
path: root/tests/system/talloc.nim
diff options
context:
space:
mode:
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))