We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f9553 commit a4a07dcCopy full SHA for a4a07dc
typed-racket-test/external/tr-random-testing.rkt
@@ -270,7 +270,7 @@
270
(and (not racket-failed?)
271
;; for NaN, which is not = to itself
272
(or (equal? racket-result tr-result)
273
- (begin (printf "not same result untyped: ~s typed: ~s\n" racket-result tr-result)
+ (begin (eprintf "not same result untyped: ~s typed: ~s\n" racket-result tr-result)
274
#;(printf "expanded typed code is: ~s\n"
275
(simplify-expanded (tr-eval `(syntax->datum (expand (quote (#%top-interaction . ,sexp)))))))
276
#f)))))
0 commit comments