diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-04-23 22:54:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 07:54:31 +0200 |
commit | b667e288e27a09ce4f65166fc66a6b713350a9b6 (patch) | |
tree | 547cd716f3f3e3a3d91083c1c3d6cb32ad4c1789 /tests/system/talloc.nim | |
parent | 80df21d9a368b0ad40f6c36b898861e75926b732 (diff) | |
download | Nim-b667e288e27a09ce4f65166fc66a6b713350a9b6.tar.gz |
move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)
* move travis, appveyor, ci.yml.disabled to unmaintained * update some mentions of travis, appevyor * fix test
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 |