Skip to content

Commit e3f4405

Browse files
authored
Removing the update section
The update is not needed. In addition, there are more tests in the file, so we can remove "few."
1 parent 3f2504a commit e3f4405

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

www/assignments/6.scrbl

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,8 @@ The starter code calls @racket[check-syntax] in both
7777
@tt{compile-file.rkt} and @tt{interp-file.rkt}. The definition of
7878
@racket[check-syntax] is stubbed out in @tt{check-syntax.rkt}.
7979

80-
There are a few tests included in @tt{test/check-syntax.rkt}. For
81-
this assignment, very few tests are included so you should write your
82-
own.
83-
84-
@section[#:tag-prefix "a6-" #:style 'unnumbered #:tag "update"]{Update a86}
85-
86-
There have been some changes to a86 that you'll need. You can update
87-
the @tt{langs} package with the following:
88-
89-
@verbatim|{raco pkg update langs}|
90-
80+
There are tests included in @tt{test/check-syntax.rkt}. You can also use this file
81+
to write your own tests for debugging.
9182

9283
@section[#:tag-prefix "a6-" #:style 'unnumbered]{Submitting}
9384

0 commit comments

Comments
 (0)