Skip to content

Commit 489f8c9

Browse files
Fix 1 occurrence of format-identity
This use of `format` does nothing.
1 parent 58f9b9a commit 489f8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed-racket-lib/typed-racket/typecheck/tc-expr-unit.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
[t:assert-typecheck-failure
195195
(cond
196196
[(tc-expr/check? #'t.body expected)
197-
(tc-error/expr #:stx #'t.body (format "Expected a type check error!"))]
197+
(tc-error/expr #:stx #'t.body "Expected a type check error!")]
198198
[else
199199
(fix-results expected)])]
200200
;; data

0 commit comments

Comments
 (0)