summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/fragmentation/tfragment_alloc.nim1
-rw-r--r--tests/fragmentation/tfragment_gc.nim2
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