From 6da3ac36ecd2a45b50e7fba5c7133466a4ffc2fb Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 9 Aug 2011 06:40:23 -0600 Subject: [PATCH] Test is sensitive to contract messages --- collects/tests/unstable/temp-c/ex-matthias-ctc.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/unstable/temp-c/ex-matthias-ctc.rkt b/collects/tests/unstable/temp-c/ex-matthias-ctc.rkt index aaadd43d53..081e477f18 100644 --- a/collects/tests/unstable/temp-c/ex-matthias-ctc.rkt +++ b/collects/tests/unstable/temp-c/ex-matthias-ctc.rkt @@ -19,7 +19,7 @@ (define a (send memory malloc)) (test (send memory free a) - (send memory free "foo") =error> #rx"expected \\ #rx"expected: number\\?" (send memory free a))) (require 'b)