fix construction of test case failure message

This commit is contained in:
Robby Findler 2017-10-06 09:50:18 -05:00
parent c7c8f6da7e
commit ce30687ec6

View File

@ -409,7 +409,7 @@
(let-values ([(base name dir) (split-path src)])
(format "~a" name))
(format "~s" src)))
#`(test/no-error/proc #,fn #,(syntax-source stx) arg))]))
#`(test/no-error/proc #,fn #,(syntax-line stx) arg))]))
(define (test/no-error/proc fn line sexp)
(contract-eval