Skip to content

Commit

Permalink
add ptr type for unsafeWeakRef
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jan 10, 2025
1 parent 2bb2123 commit c4c3453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unittests/ttransfer.nim
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ suite "test layers":
var node = self
block:
node.zlevel = 20
discard node.name.tryAdd("root")
# discard node.name.tryAdd("root")
node.name = "root"
rectangle "body":
rectangle "child0":
discard
Expand Down

0 comments on commit c4c3453

Please sign in to comment.