Skip to content

Commit 412814c

Browse files
committed
Put TODO in test file
1 parent 8e60a82 commit 412814c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/compile.rkt

+2
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,5 @@
154154
(check-equal? (run '(string-ref "" #f)) 'err)
155155
(check-equal? (run '(string-ref "abc" -1)) 'err)
156156
(check-equal? (run '(string-ref "abc" 3)) 'err)
157+
158+
;; TODO: Add tests for the new Hustle+ primitives.

0 commit comments

Comments
 (0)