Skip to content

Commit ebf0e28

Browse files
shhyourfindler
authored andcommitted
Update module-lang-test.rkt error messages in accordance with racket/htdp@8cb765d0
1 parent 11d8263 commit ebf0e28

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drracket-test/tests/drracket/module-lang-test.rkt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,13 +854,13 @@ f: contract violation
854854
Check failures:\s*
855855
+check-satisfied for empty encountered an error[.]\s*
856856
+:: +at line 11, column 0 +function call: expect.+function.+open parenthesis.+received '[(][)]\s*
857-
at line 11, column 0
857+
at line 11, column 0 *caused by expression *at line 11, column 0
858858
+check-satisfied for local-even encountered an error[.]\s*
859859
+:: +at line 12, column 0 +my-even: expect.+2 arguments.+found only 1\s*
860-
at line 12, column 0
860+
at line 12, column 0 *caused by expression *at line 12, column 0
861861
+check-satisfied for real-my-even encountered an error[.]\s*
862862
+:: +at line 13, column 0 +check-satisfied: expect.+function.+one argument.+second position.+real-my-even\s*
863-
at line 13, column 0
863+
at line 13, column 0 *caused by expression *at line 13, column 0
864864
> }))
865865
;; Includes the flattened test result snips.
866866
(define full-ints-text
@@ -1210,7 +1210,7 @@ f: contract violation
12101210
Check failures:\s*
12111211
+check-expect encountered the following error instead of the expected value, 111[.]\s*
12121212
+:: +at line 12, column 14 oops:\s*
1213-
at line 12, column 0
1213+
at line 12, column 0 *caused by expression *at line 12, column 14
12141214
> }))
12151215
;; Includes the flattened test result snips.
12161216
(define full-ints-text

0 commit comments

Comments
 (0)