This test is sensitive to the JIT, it seems
original commit: bd46637210357b72d92a08a1b4a8c83fc0169b6b
This commit is contained in:
parent
341b1b3979
commit
14f5747391
|
@ -15,8 +15,8 @@
|
|||
|
||||
(test
|
||||
(regexp-match
|
||||
(regexp (format "~a.*~a"
|
||||
(regexp-quote "--------------------\ntests > #f\nUnnamed test \nFAILURE\nname: check3\nlocation: ")
|
||||
|
||||
(regexp-quote "/collects/tests/rackunit/pr10950.rkt:14:51\nparams: \n--------------------\n0 success(es) 1 failure(s) 0 error(s) 1 test(s) run\n")))
|
||||
(regexp (format "~a.*~a.*~a"
|
||||
(regexp-quote "--------------------\ntests > #f\nUnnamed test \nFAILURE\nname: check3\nlocation: ")
|
||||
(regexp-quote "pr10950.rkt:14:51")
|
||||
(regexp-quote "0 success(es) 1 failure(s) 0 error(s) 1 test(s) run\n")))
|
||||
output))
|
||||
|
|
Loading…
Reference in New Issue
Block a user