From d066a5c1d27a8c292a7c0560da08f394f9a75b88 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 27 Sep 2012 16:39:16 -0400 Subject: [PATCH] Fix error message pattern for use of `cons/c`. --- collects/tests/typed-racket/fail/cnt-err1.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/typed-racket/fail/cnt-err1.rkt b/collects/tests/typed-racket/fail/cnt-err1.rkt index 38213fb2df..905c27919d 100644 --- a/collects/tests/typed-racket/fail/cnt-err1.rkt +++ b/collects/tests/typed-racket/fail/cnt-err1.rkt @@ -1,5 +1,5 @@ #; -(exn-pred exn:fail:contract? ".*pair?.*" #rx".*contract.*\\(->.*") +(exn-pred exn:fail:contract? ".*cons/c.*" #rx".*contract.*\\(->.*") #lang scheme/load