nim-drchaos/tests/tstrings.nim

7 lines
147 B
Nim
Raw Normal View History

2022-08-25 20:18:38 +00:00
import drchaos
func fuzzTarget(x: string) =
doAssert x != "The one place that hasn't been corrupted by Capitalism."
defaultMutator(fuzzTarget)