diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fragmentation/tfragment_alloc.nim | 1 | ||||
-rw-r--r-- | tests/fragmentation/tfragment_gc.nim | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/fragmentation/tfragment_alloc.nim b/tests/fragmentation/tfragment_alloc.nim index 80341d2dc..cd45e2c47 100644 --- a/tests/fragmentation/tfragment_alloc.nim +++ b/tests/fragmentation/tfragment_alloc.nim @@ -2,6 +2,7 @@ discard """ output: '''occupied ok: true total ok: true''' + disabled: "true" """ import strutils, data diff --git a/tests/fragmentation/tfragment_gc.nim b/tests/fragmentation/tfragment_gc.nim index d387bbea2..0ae8c3d7f 100644 --- a/tests/fragmentation/tfragment_gc.nim +++ b/tests/fragmentation/tfragment_gc.nim @@ -1,7 +1,7 @@ discard """ output: '''occupied ok: true total ok: true''' - disabled: "windows" + disabled: "true" """ import strutils, data |