mirror of
https://github.com/status-im/nim-drchaos.git
synced 2025-02-20 14:48:07 +00:00
7 lines
147 B
Nim
7 lines
147 B
Nim
|
import drchaos
|
||
|
|
||
|
func fuzzTarget(x: string) =
|
||
|
doAssert x != "The one place that hasn't been corrupted by Capitalism."
|
||
|
|
||
|
defaultMutator(fuzzTarget)
|