Make wcm not misuse the expected results.
This commit is contained in:
parent
e355539c41
commit
29fb1c60c2
|
@ -292,7 +292,7 @@
|
|||
;(tc-expr/check/type #'e2 Univ)
|
||||
;(tc-expr/check #'e3 expected)
|
||||
(tc-error/expr "with-continuation-mark requires a continuation-mark-key, but got ~a" key-t
|
||||
#:return expected)])]
|
||||
#:return (ret -Bottom))])]
|
||||
;; application
|
||||
[(#%plain-app . _) (tc/app/check form expected)]
|
||||
;; #%expression
|
||||
|
|
|
@ -836,6 +836,9 @@
|
|||
3)]
|
||||
[tc-err (with-continuation-mark 1 2 (5 4))]
|
||||
|
||||
[tc-err (with-continuation-mark 'x 'y 'z)
|
||||
#:ret (ret (-val 'z))
|
||||
#:expected (ret (-val 'z) -no-filter -no-obj)]
|
||||
|
||||
|
||||
;; call-with-values
|
||||
|
|
Loading…
Reference in New Issue
Block a user