Test is sensitive to contract messages
This commit is contained in:
parent
09e92ec81a
commit
6da3ac36ec
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user