Skip to content

Commit

Permalink
use #lang bsl instead of menu language because we're moving in this d…
Browse files Browse the repository at this point in the history
…irection and BSL's differ now
  • Loading branch information
mfelleisen committed Sep 14, 2024
1 parent 29e26c3 commit 0d185fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions htdp-test/tests/test-engine/check-satisfied2.rkt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
;; The first three lines of this file were inserted by DrRacket. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-beginner-reader.ss" "lang")((modname check-satisfied2) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
#lang htdp/bsl

;; ASSUME: THIS FILE is IN BSL

(check-satisfied (random 10) 11)
Expand Down
5 changes: 2 additions & 3 deletions htdp-test/tests/test-engine/check-satisfied3.rkt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
;; The first three lines of this file were inserted by DrRacket. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-beginner-reader.ss" "lang")((modname check-satisfied3) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
#lang htdp/bsl

;; ASSUME: THIS FILE is IN BSL

;; the following just fail, pop up window and show
Expand Down
5 changes: 2 additions & 3 deletions htdp-test/tests/test-engine/check-satisfied4.rkt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
;; The first three lines of this file were inserted by DrRacket. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-beginner-reader.ss" "lang")((modname check-satisfied4) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
#lang htdp/bsl

;; ASSUME: THIS FILE is IN BSL

(check-satisfied 3 equal?)
Expand Down
5 changes: 2 additions & 3 deletions htdp-test/tests/test-engine/check-satisfied6.rkt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
;; The first three lines of this file were inserted by DrRacket. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-beginner-reader.ss" "lang")((modname check-satisfied6) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
#lang htdp/bsl

;; ASSUME: THIS FILE is IN BSL

;; all these tests just work out fine
Expand Down

0 comments on commit 0d185fd

Please sign in to comment.