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…
Reference in New Issue