cs: change undefined-variable error to match bc

Add a missing "in".

Related to #3325
This commit is contained in:
Matthew Flatt 2020-08-01 12:47:08 -06:00
parent 351c45c78b
commit 1c181ffbd8

View File

@ -882,7 +882,7 @@
""]
[(instance-name i)
=> (lambda (name)
(#%format "\n module: ~a" name))]
(#%format "\n in module: ~a" name))]
[else ""]))]
[else ""]))