diff --git a/collects/tests/typed-scheme/fail/pr10594.rkt b/collects/tests/typed-scheme/fail/pr10594.rkt index 7d524f3f..89f6eb5a 100644 --- a/collects/tests/typed-scheme/fail/pr10594.rkt +++ b/collects/tests/typed-scheme/fail/pr10594.rkt @@ -1,5 +1,5 @@ #; -(exn-pred exn:fail:contract? #rx".*contract violation.*blaming 'U.*") +(exn-pred exn:fail:contract? #rx".*contract violation.*blaming U.*") #lang scheme/load (module T typed-scheme