fix test result

svn: r16398

original commit: a3082cba0b10ebd0e21d4ffa998332f73467d9aa
This commit is contained in:
Sam Tobin-Hochstadt 2009-10-21 14:46:36 +00:00
parent 382a771d75
commit 34f394533b

View File

@ -439,7 +439,12 @@
(boolean? x))
(if (boolean? x) 1 x)
4))
Univ]
#:proc (get-let-name
x 0
(ret Univ
(-FS
null
(list (make-NotTypeFilter -Boolean null #'x) (make-TypeFilter (-val #f) null #'x)))))]
;; T-AbsPred
[tc-e/t (let ([p? (lambda: ([x : Any]) (number? x))])