diff options
Diffstat (limited to 'tests/system/talloc.nim')
-rw-r--r-- | tests/system/talloc.nim | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/system/talloc.nim b/tests/system/talloc.nim index 9b970fda0..a81fef481 100644 --- a/tests/system/talloc.nim +++ b/tests/system/talloc.nim @@ -1,8 +1,4 @@ -discard """ -disabled: "appveyor" -""" - -# appveyor is "out of memory" +# was: appveyor is "out of memory" var x: ptr int |