diff --git a/collects/tests/rackunit/pr10950.rkt b/collects/tests/rackunit/pr10950.rkt index 90b27fc..e07a898 100644 --- a/collects/tests/rackunit/pr10950.rkt +++ b/collects/tests/rackunit/pr10950.rkt @@ -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))