Test is sensitive to contract messages

This commit is contained in:
Jay McCarthy 2011-08-09 06:40:23 -06:00
parent 09e92ec81a
commit 6da3ac36ec

View File

@ -19,7 +19,7 @@
(define a (send memory malloc))
(test
(send memory free a)
(send memory free "foo") =error> #rx"expected \\<number"
(send memory free "foo") =error> #rx"expected: number\\?"
(send memory free a)))
(require 'b)