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.
format-identity
1 parent 58f9b9a commit 489f8c9Copy full SHA for 489f8c9
typed-racket-lib/typed-racket/typecheck/tc-expr-unit.rkt
@@ -194,7 +194,7 @@
194
[t:assert-typecheck-failure
195
(cond
196
[(tc-expr/check? #'t.body expected)
197
- (tc-error/expr #:stx #'t.body (format "Expected a type check error!"))]
+ (tc-error/expr #:stx #'t.body "Expected a type check error!")]
198
[else
199
(fix-results expected)])]
200
;; data
0 commit comments