Skip to content
Snippets Groups Projects
Commit ebb96415 authored by pfdietz's avatar pfdietz
Browse files

Increase the rep count on print.backquote.random.14. It was not failing consistently on sbcl.

parent 19fbbd5a
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,6 @@ ...@@ -129,6 +129,6 @@
(deftest print.backquote.random.14 (deftest print.backquote.random.14
(loop for x = (make-random-backquoted-form 100) (loop for x = (make-random-backquoted-form 100)
repeat 100 repeat 500
nconc (randomly-check-readability x :test #'is-similar)) nconc (randomly-check-readability x :test #'is-similar))
nil) nil)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment