mirror of
https://github.com/status-im/nim-drchaos.git
synced 2025-02-18 13:57:16 +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)
|