fix construction of test case failure message
This commit is contained in:
parent
c7c8f6da7e
commit
ce30687ec6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user