mirror of
https://github.com/status-im/nim-drchaos.git
synced 2025-02-16 21:06:32 +00:00
minor
This commit is contained in:
parent
3ef43b73b6
commit
52f190d0c8
@ -21,6 +21,6 @@ func fuzzTarget(x: ContentNode) =
|
|||||||
ContentNode(kind: Text, textStr: "mychild"),
|
ContentNode(kind: Text, textStr: "mychild"),
|
||||||
ContentNode(kind: Br)
|
ContentNode(kind: Br)
|
||||||
])
|
])
|
||||||
doAssert x != x
|
doAssert x != data
|
||||||
|
|
||||||
defaultMutator(fuzzTarget)
|
defaultMutator(fuzzTarget)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user