fix multi-core variant of the racket contract tests

This commit is contained in:
Robby Findler 2019-07-18 03:13:21 -05:00
parent 4d361187a2
commit cec813fef6

View File

@ -177,7 +177,7 @@
(for ([pc (in-list free)])
(place-channel-put pc 'get-counts-and-stop)
(define-values (tests failures) (apply values (place-channel-get pc)))
(for ([i (in-range tests)]) (new-test-case))
(for ([i (in-range tests)]) (new-test-case 'unknown-name))
(for ([i (in-range failures)]) (new-failure)))]
[else
(apply sync