summary refs log tree commit diff stats
path: root/tests/gc/cycleleak.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gc/cycleleak.nim')
-rw-r--r--tests/gc/cycleleak.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc/cycleleak.nim b/tests/gc/cycleleak.nim
index 9f5c30ebd..e355abc96 100644
--- a/tests/gc/cycleleak.nim
+++ b/tests/gc/cycleleak.nim
@@ -10,7 +10,7 @@ type
   PModule = ref Module
 
   Node = object
-    owner*: PModule
+    owner* {.cursor.}: PModule
     data*: array[0..200, char] # some fat to drain memory faster
     id: int