Minor fix to fuzzer.

This commit is contained in:
Sam Tobin-Hochstadt 2011-12-08 19:59:06 -05:00
parent c22611ca2b
commit 64f9af0a84

View File

@ -34,7 +34,7 @@
["-s" seed "random seed" (set! seed0 (string->number seed))]
["--oo" "forever" (set! forever? #t)]
#:once-any
["-f" file "filename to run" (set! file file)]
["-f" file* "filename to run" (set! file file*)]
["-d" dir* "dir to run" (set! dir dir*)]
["-c" "run over all collections" (set! dir (find-collects-dir))]
#:args () (void))