Fixed a couple of tests.
This commit is contained in:
parent
5488f1da5b
commit
3049c1867b
|
@ -21,3 +21,6 @@
|
|||
> (+ 2 0)
|
||||
- : Integer [more precisely: Positive-Byte]
|
||||
2
|
||||
> (map add1 '(1 2 3 4))
|
||||
- : (Listof Positive-Index) [more precisely: (Pairof Positive-Index (Listof Positive-Index))]
|
||||
'(2 3 4 5)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang repltest typed/racket
|
||||
#lang repltest racket
|
||||
;; This file has the name "test", but it shouldn't cause any conflicts in module
|
||||
;; names
|
||||
(define x 0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user