Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelleisen committed Jan 13, 2025
1 parent 0d03ae3 commit 70daff0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions htdp-test/tests/test-engine/check-ordered.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
#reader(lib "htdp-beginner-reader.ss" "lang")((modname check-ordered) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f () #f)))
; #lang htdp/bsl

;; it is f that is called before defined not g
;; SOLVED #87 by Mike S.'s fix of other problem
;; (but the rendering of the output sucks. It seems to lack a newline.)
;; BUT THE RENDERING OF THE OUTPUT SUCKS. IT SEEMS TO LACK A NEWLINE.

(check-expect (g 30) "goodbye")
(f 40)
Expand Down

0 comments on commit 70daff0

Please sign in to comment.